Package org.norther.tammi.core.cache

Interface Summary
Cache Extends ReferableMap to support expiration of old entries.
CacheClient An interface to objects maintaining other objects in caches.
KeyCacheClient Extends CacheClient by supporting more than one key based client caches.
Resource An interface to resources.
ResourceCache Extends Cache by adding methods supporting caching of resources.
SharedCache Extends Cache to support double hashing by adding a set of access methods with an additional domain key.
 

Class Summary
BufferedResource A buffered implementation of CachedResource maintaining content.
DefaultCache A default implementation of Cache.
DefaultCacheClient A default implementation of CacheClient.
DefaultKeyCacheClient A default implementation of KeyCacheClient.
DefaultResourceCache A default implementation of ResourceCache.
DefaultSharedCache A default implementation of SharedCache.
DomainCacheNotification A notification of shared caches sent after creation and after removal of a domain.
PlainResource A plain implementation of CachedResource supporting file and URL resources but no caching of content.
 



Copyright © 2004 The Norther Organization. All rights reserved.