Package com.servingxml.io.cache

Provides interfaces and classes for caching.

See:
          Description

Interface Summary
Cache  
CacheDictionary  
Expirable Defines an interface for a expirable.
Key This interface defines the protocol for a key used to uniqely identify resources.
Store Defines an interface for a Store.
 

Class Summary
CacheEntry Implements an intrusive linked list entry for cache entries
CacheEntryList A doubly linked list of cache entries.
DefaultKey Implements a default Key
ExpirableFamily Implements a family of expirables.
RevalidationType  
SimpleCache  
SimpleStore Manages a list of cache entries.
 

Package com.servingxml.io.cache Description

Provides interfaces and classes for caching.