protected class BaseDescription.LocalCacheClass extends Object implements ICacheClass
Modifier and Type | Field and Description |
---|---|
protected Integer |
maxLRUCount |
protected String |
objectClassName |
_rcsid
Constructor and Description |
---|
BaseDescription.LocalCacheClass(String objectClassName) |
BaseDescription.LocalCacheClass(String objectClassName,
int maxLRUCount) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Get the name of the object class.
|
int |
getMaxLRUCount()
Get the maximum LRU count of the object class.
|
protected String objectClassName
protected Integer maxLRUCount
public BaseDescription.LocalCacheClass(String objectClassName)
public BaseDescription.LocalCacheClass(String objectClassName, int maxLRUCount)
public String getClassName()
getClassName
in interface ICacheClass
public int getMaxLRUCount()
getMaxLRUCount
in interface ICacheClass