public interface IBasicCacheStorage<K,V> extends IBasicStorage<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
put(K key,
V value,
int expTime)
put a value in the storage and indicate it expiration time
|
getAll, getName, setNameclear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesinitialize, shutdownCopyright © 2013. All Rights Reserved.