public interface CacheInfo
Modifier and Type | Method and Description |
---|---|
long |
getLiveTime()
Returns the cache entry life time in seconds.
|
int |
getMaxSize()
Returns the cache max size.
|
String |
getName()
Returns the cache name.
|
int |
getSize()
Returns the cache size.
|
String getName()
int getMaxSize()
long getLiveTime()
int getSize()
Copyright © 2003-2017 eXo Platform SAS. All Rights Reserved.