Package rabbit.cache

A persistant storage suitable for http resources.

See:
          Description

Interface Summary
Cache<K,V> A cache, mostly works like a map in lookup, insert and delete.
CacheConfiguration A description of cache configuration.
CacheEntry<K,V> A cached object.
 

Exception Summary
CacheException An exception thrown when a cache operation failed.
 

Package rabbit.cache Description

A persistant storage suitable for http resources. The main body of the resources are stored on disk to keep the memory usage down.