|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WriteBehindCacheManager
Manages the system's WriteBehind cache(s). You can retrieve the data cache
manager from the OpenJPAConfiguration
.
Method Summary | |
---|---|
WriteBehindCache |
getSystemWriteBehindCache()
Get the default WriteBehind cache. |
WriteBehindCache |
getWriteBehindCache(String name)
Obtain a named WriteBehindCache. |
void |
initialize(OpenJPAConfiguration conf,
ObjectValue writeBehindCache)
Initialize the WriteBehindCacheManager |
Method Detail |
---|
WriteBehindCache getSystemWriteBehindCache()
WriteBehindCache getWriteBehindCache(String name)
name
- Name of the WriteBehindCache to obtain
void initialize(OpenJPAConfiguration conf, ObjectValue writeBehindCache)
conf
- OpenJPAConfiguration in usewriteBehindCache
- The pluginvalue for WritBehindCache.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |