Package org.xmlecho.palomar.cache

Palomar's Caching API.

See:
          Description

Interface Summary
Cache Interface class for Cache implementations.
Policy Interface for all different types of policies.
 

Class Summary
AbstractCache Abstract class for common implementations of IrisCache.
CacheMasterMonitor Class for controlling the cache objects.
CacheNotificationServlet recieves notification from a partner within a cluster of one or more cache keys becoming invalidated
CacheProxy Proxy class for managing Palomar objects cache.
Controller Abstract class for all cache controllers.
DumbCache A simple cache -- Objects placed here survive for the life of the VM unless explicitly removed
Holder Abstract class for all ObjectHolders.
Monitor Abstract class for all cache controllers.
ObjectHolder Object representation of object to be cached.
ObjectIdentifier Deprecated. Class for encapsulating the characteristics of a cached object.
ReaderObjectHolder holds an object which is presented as a Reader for caching large objects to files on disk.
SmartCache Class holds the objects for a specific type.
TTLPolicy Class defines the Time To Live(TTL) policy.
 

Package org.xmlecho.palomar.cache Description

Palomar's Caching API.

Provides services for caching objects and byte streams.