cacheAdd(Identity oid, Object obj) cacheAdd
Add object to cache and cache node instances by unique path;
infuse nodes loaded by OJB with page manager configuration.
public static synchronized void
cacheClear() cacheClear
Clear object and node caches.
public DatabasePageManagerCache(PersistenceBroker broker, Properties props)(Code)
DatabasePageManagerCache
Construct a cache instance using OJB compliant signatures.
Parameters: broker - broker that is to own cache Parameters: props - attribute properties passed to cache
public static synchronized void cacheAdd(Identity oid, Object obj)(Code)
cacheAdd
Add object to cache and cache node instances by unique path;
infuse nodes loaded by OJB with page manager configuration.
Parameters: oid - object/node indentity Parameters: obj - object/node to cache
cacheClear
public static synchronized void cacheClear()(Code)