|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CacheException | |
|---|---|
| com.satline.util.cache | |
| Uses of CacheException in com.satline.util.cache |
|---|
| Methods in com.satline.util.cache that throw CacheException | |
|---|---|
V |
CacheBackend.create(K key,
java.util.Date d)
|
CacheItem<K,V> |
CacheBackend.get(K key)
|
V |
CacheMap.get(K key)
|
V |
CacheMap.getOrCreate(K key)
|
java.util.Iterator<CacheItem<K,V>> |
CacheBackend.load()
|
void |
CacheMap.load()
|
void |
CacheMap.put(K key,
V value)
|
void |
CacheBackend.put(K key,
V value,
java.util.Date d)
|
void |
CacheBackend.remove(K key)
|
void |
CacheMap.remove(K key)
|
void |
CacheMap.unload()
|
void |
CacheBackend.unload(K key,
java.util.Date d)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||