Class CacheEntity
- java.lang.Object
-
- cool.taomu.framework.configure.entity.CacheEntity
-
@Accessors public class CacheEntity extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CacheEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetCapacity()JeidsConfigEntitygetJedis()java.lang.IntegergetMaximumSize()voidsetCapacity(java.lang.Integer capacity)voidsetJedis(JeidsConfigEntity jedis)voidsetMaximumSize(java.lang.Integer maximumSize)java.lang.StringtoString()
-
-
-
Method Detail
-
getCapacity
@Pure public java.lang.Integer getCapacity()
-
setCapacity
public void setCapacity(java.lang.Integer capacity)
-
getMaximumSize
@Pure public java.lang.Integer getMaximumSize()
-
setMaximumSize
public void setMaximumSize(java.lang.Integer maximumSize)
-
getJedis
@Pure public JeidsConfigEntity getJedis()
-
setJedis
public void setJedis(JeidsConfigEntity jedis)
-
toString
@Pure public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-