|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.cache.ObjectCacheFactory
Factory for ObjectCache
implementation classes.
Each given PersistenceBroker
was associated with its own ObjectCache
instance
and vice versa.
Method Summary | |
MaterializationCache |
createObjectCache(PersistenceBroker broker)
Creates a new ObjectCacheInternal instance. |
static ObjectCacheFactory |
getInstance()
Get the ObjectCacheFactory instance. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ObjectCacheFactory getInstance()
public MaterializationCache createObjectCache(PersistenceBroker broker)
ObjectCacheInternal
instance. Each ObjectCache
implementation was wrapped by a CacheDistributor
and the distributor
was wrapped by MaterializationCache
.
broker
- The PB instance to associate with the cache instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |