Interface DataCache

All Superinterfaces:
Clearable, Closeable
All Known Implementing Classes:
AbstractDataCache, ConcurrentDataCache, DelegatingDataCache, PartitionedDataCache

public interface DataCache extends Closeable, Clearable
Interface that must be implemented by any level 2 cache used by OpenJPA. Most data caches will choose to implement the Configurable interface as well so that they will be given the system configuration just after construction. Implementations should take care not to return timed out data.
Author:
Patrick Linskey, Abe White, Pinaki Poddar
See Also: