Uses of Package
rabbit.cache

Packages that use rabbit.cache
rabbit.cache A persistant storage suitable for http resources. 
rabbit.handler The resource handlers used in the web proxy. 
rabbit.proxy The web proxy components. 
 

Classes in rabbit.cache used by rabbit.cache
Cache
          A cache, mostly works like a map in lookup, insert and delete.
CacheEntry
          A cached object.
CacheException
          An exception thrown when a cache operation failed.
FileHandler
          An object that can read and write objects to file.
 

Classes in rabbit.cache used by rabbit.handler
CacheEntry
          A cached object.
 

Classes in rabbit.cache used by rabbit.proxy
Cache
          A cache, mostly works like a map in lookup, insert and delete.
CacheEntry
          A cached object.
FileHandler
          An object that can read and write objects to file.