Package com.timeindexing.cache

Provides all the classes for caching IndexItems.

See:
          Description

Interface Summary
CachePolicy A policy for maintaining the cache.
DataCache The data objects referenced by the index.
IndexCache The time index itself.
 

Class Summary
AbstractCachePolicy Generic functionality for CachePolicies.
DefaultDataCache The default implementation of a cache which holds the actual data objects.
DefaultIndexCache The default implementation of a cache which holds the index items.
FileIndexCache The implementation of a cache which holds the index items for file indexes.
HollowAfterTimeoutPolicy Hollow items after they have been used.
HollowAfterUsePolicy Hollow items after they have been used.
HollowAtDataVolumePolicy Hollow items after the amount of held data reaches a certain volume
HollowAtDataVolumeRemoveAfterTimeoutPolicy Hollow items after the amount of held data reaches a certain volume.
RemoveAfterTimeoutPolicy Remove items after they have been used.
RemoveAfterUsePolicy Remove items after they have been used.
RemoveAtDataVolumePolicy Remove items after the amount of held data reaches a certain volume
 

Package com.timeindexing.cache Description

Provides all the classes for caching IndexItems.