Modifier and Type | Class and Description |
---|---|
class |
SimpleMapCache.CachedItem<T> |
Constructor and Description |
---|
SimpleMapCache(long expiry) |
Modifier and Type | Method and Description |
---|---|
void |
clearAllItems()
Empty the Cache
|
void |
clearExpiredItems() |
T |
get(K key) |
void |
put(K key,
T data) |
public void clearExpiredItems()
clearExpiredItems
in interface ICache<K,T>
public void clearAllItems()