Uses of Interface
org.norther.tammi.acorn.cache.CachedMap

Packages that use CachedMap
org.norther.tammi.acorn.cache   
org.norther.tammi.core.cache   
org.norther.tammi.spray.session   
 

Uses of CachedMap in org.norther.tammi.acorn.cache
 

Classes in org.norther.tammi.acorn.cache that implement CachedMap
 class CachedMapAdapter
          Extends the given ConcurrentMap implementation to support the CachedMap interface.
 

Methods in org.norther.tammi.acorn.cache that return CachedMap
 CachedMap CachedEntryEvent.getCache()
          Gets the cached map.
 

Constructors in org.norther.tammi.acorn.cache with parameters of type CachedMap
CachedEntryEvent(Object key, Object value, CachedMap cache)
          Constructs a new event.
 

Uses of CachedMap in org.norther.tammi.core.cache
 

Subinterfaces of CachedMap in org.norther.tammi.core.cache
 interface Cache
          Extends ReferableMap to support expiration of old entries.
 interface ResourceCache
          Extends Cache by adding methods supporting caching of resources.
 interface SharedCache
          Extends Cache to support double hashing by adding a set of access methods with an additional domain key.
 

Classes in org.norther.tammi.core.cache that implement CachedMap
 class DefaultCache
          A default implementation of Cache.
 class DefaultResourceCache
          A default implementation of ResourceCache.
 class DefaultSharedCache
          A default implementation of SharedCache.
 

Methods in org.norther.tammi.core.cache that return CachedMap
protected  CachedMap DefaultCacheClient.getClientCache(boolean create)
          Gets the client cache.
 CachedMap DefaultSharedCache.getDomainCache(String domain)
           
 CachedMap SharedCache.getDomainCache(String domain)
          Gets the cache of the specified domain.
 CachedMap DefaultSharedCache.getDomainCache(String domain, boolean create)
           
 CachedMap SharedCache.getDomainCache(String domain, boolean create)
          Gets and optionally creates the cache of the specified domain.
 

Uses of CachedMap in org.norther.tammi.spray.session
 

Subinterfaces of CachedMap in org.norther.tammi.spray.session
 interface SessionManager
          An interface to session caches.
 

Classes in org.norther.tammi.spray.session that implement CachedMap
 class DefaultSessionManager
          A session manager implementation.
 



Copyright © 2004 The Norther Organization. All rights reserved.