Class SlardarCacheProp.Conf
-
- All Implemented Interfaces:
public class SlardarCacheProp.Conf
-
-
Constructor Summary
Constructors Constructor Description SlardarCacheProp.Conf()
-
Method Summary
Modifier and Type Method Description intgetMaxLive()voidsetMaxLive(int maxLive)intgetMaxIdle()voidsetMaxIdle(int maxIdle)intgetMaxSize()voidsetMaxSize(int maxSize)booleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
Method Detail
-
getMaxLive
int getMaxLive()
-
setMaxLive
void setMaxLive(int maxLive)
-
getMaxIdle
int getMaxIdle()
-
setMaxIdle
void setMaxIdle(int maxIdle)
-
getMaxSize
int getMaxSize()
-
setMaxSize
void setMaxSize(int maxSize)
-
hashCode
int hashCode()
-
-
-
-