Package mondrian.rolap.cache

Provides primitives for policy-based caching.

See:
          Description

Interface Summary
SmartCache<K,V> Defines a cache API.
 

Class Summary
CachePool A CachePool manages the objects in a collection of caches.
HardSmartCache<K,V> An implementation of SmartCache that uses hard references.
SoftSmartCache<K,V> A map with soft references that is cleaned up in regular intervals.
 

Package mondrian.rolap.cache Description

Provides primitives for policy-based caching.

 

SourceForge.net_Logo