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

Packages that use CacheListener
org.norther.tammi.acorn.cache   
org.norther.tammi.core.cache   
org.norther.tammi.spray.engine.resource   
org.norther.tammi.spray.session   
 

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

Methods in org.norther.tammi.acorn.cache that return CacheListener
 CacheListener CachedMapAdapter.getSwapOutHandler()
          Gets the swap out handler.
 

Methods in org.norther.tammi.acorn.cache with parameters of type CacheListener
 void CachedMapAdapter.setSwapOutHandler(CacheListener handler)
          Sets the swap out handler.
 

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

Classes in org.norther.tammi.core.cache that implement CacheListener
 class BufferedResource
          A buffered implementation of CachedResource maintaining content.
 class PlainResource
          A plain implementation of CachedResource supporting file and URL resources but no caching of content.
 

Uses of CacheListener in org.norther.tammi.spray.engine.resource
 

Classes in org.norther.tammi.spray.engine.resource that implement CacheListener
protected  class AbstractResourceResolver.AbstractResource
          An abstract resource.
 

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

Classes in org.norther.tammi.spray.session that implement CacheListener
 class DefaultSession
          A default implementation of AuthenticatdSession.
 



Copyright © 2004 The Norther Organization. All rights reserved.