Uses of Interface
net.spy.cache.Cachable

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 SpyCache.store(String key, Cachable value)
          Store a Cachable object in the cache.