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.
CacheEntry<K,V> A cached object.
FileHandler<T> An object that can read and write objects to file.
 

Class Summary
NCache<K,V> The NCache is like a Map in lookup/insert/delete The NCache is persistent over sessions (saves itself to disk).
 

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.