Method Summary |
|
public int | getTTL() Get the default time to live for the cache. |
protected synchronized boolean | isExpired(CacheEntry cacheEntry) Check to see if the given CacheEntry is expired. |
public void | loadConfiguration(Configuration configuration) Load the Cache's configuration from the given Configuration object.
This is a no-op implementation. |
public void | setTTL(int ttl) Set the default time to live for the cache. |
public void | setTTL(String ttl) Set the default time to live of the Cache. |