|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cachable | |
|---|---|
| net.spy.cache | SPY Caching System |
| Uses of Cachable in net.spy.cache |
|---|
| Classes in net.spy.cache that implement Cachable | |
|---|---|
class |
AbstractCachable
Abstract implementation of Cachable. |
| Methods in net.spy.cache with parameters of type Cachable | |
|---|---|
void |
CacheDelegate.cachedObject(java.lang.String key,
Cachable value)
Called whenever an object is added to the cache. |
void |
SpyCache.store(java.lang.String key,
Cachable value)
Store a Cachable object in the cache. |
void |
CacheDelegate.uncachedObject(java.lang.String key,
Cachable value)
Called whenever an object is removed from the cache. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||