Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package ojb.broker.cache

Interface Summary
ObjectCache The ObjectCache stores all Objects loaded by the PersistenceBroker from a DB.
 

Class Summary
MetaObjectCacheImpl This cache makes it possible to have separate cache implementations for each class.
ObjectCacheDefaultImpl The ObjectCache stores all Objects loaded by the PersistenceBroker from a DB.
ObjectCacheFactory  
PermanentObjectCacheImpl This is an implementation of the ObjectCache interface that caches all objects in memory regardless of memory consumption.
It is not intended to be used as the main ObjectCache but only to be used in conjunction with the MultipleObjectCacheImpl for special object classes.