Uses of Interface
org.norther.tammi.core.cache.Cache

Packages that use Cache
org.norther.tammi.core.cache   
org.norther.tammi.spray.session   
 

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

Subinterfaces of Cache in org.norther.tammi.core.cache
 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 Cache
 class DefaultCache
          A default implementation of Cache.
 class DefaultResourceCache
          A default implementation of ResourceCache.
 class DefaultSharedCache
          A default implementation of SharedCache.
 

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

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

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



Copyright © 2004 The Norther Organization. All rights reserved.