Class CacheModel
- java.lang.Object
-
- io.vertigo.dashboard.ui.commons.model.CacheModel
-
public class CacheModel extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheModel(io.vertigo.datastore.cache.definitions.CacheDefinition cacheDefinition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxElements()
String
getName()
int
getTtl()
int
getTtlIdle()
-
-
-
Method Detail
-
getName
public String getName()
-
getTtlIdle
public int getTtlIdle()
-
getTtl
public int getTtl()
-
getMaxElements
public int getMaxElements()
-
-