Method Summary |
|
public void | clear() This method is called to forcibly remove everything from the cache. |
public boolean | contains(Object cacheEntry) This mehtod returns true if the cache contains the checked entry. |
public void | garbageCollect() This method is called to perform garbage collection on the cache entries. |
public TransactionBeanCache | getBeanCache(Object ref) This method returns the reference to the bean cache. |