|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
rabbit.cache.ncache | |
rabbit.proxy | The web proxy components. |
Uses of Cache in rabbit.cache.ncache |
---|
Classes in rabbit.cache.ncache that implement Cache | |
---|---|
class |
NCache<K,V>
The NCache is like a Map in lookup/insert/delete The NCache is persistent over sessions (saves itself to disk). |
Uses of Cache in rabbit.proxy |
---|
Methods in rabbit.proxy that return Cache | |
---|---|
Cache<HttpHeader,HttpHeader> |
HttpProxy.getCache()
Get the cache that this proxy is currently using. |
Constructors in rabbit.proxy with parameters of type Cache | |
---|---|
CacheResourceSource(Cache<HttpHeader,HttpHeader> cache,
CacheEntry<HttpHeader,HttpHeader> entry,
NioHandler tr,
BufferHandler bufHandler)
Create a new CacheResourceSource. |
|
RandomCacheResourceSource(Cache<HttpHeader,HttpHeader> cache,
rabbit.proxy.RequestHandler rh,
NioHandler tr,
BufferHandler bufHandler,
List<Range> ranges,
long totalSize)
Create a new ResourceSource that will get a list of ranges from a cached resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |