public synchronized void __tc_applicator_put(Object key, Object value)(Code)
This method is only to be invoked from the applicator thread. This method does not need to check if the map is
managed as it will always be managed when called by the applicator thread. In addition, this method does not need
to be synchronized under getResolveLock() as the applicator thread is already under the scope of such
synchronization.
__tc_applicator_remove
public synchronized void __tc_applicator_remove(Object key)(Code)
This method is only to be invoked from the applicator thread. This method does not need to check if the map is
managed as it will always be managed when called by the applicator thread. In addition, this method does not need
to be synchronized under getResolveLock() as the applicator thread is already under the scope of such
synchronization.
__tc_clearReferences
public synchronized int __tc_clearReferences(int toClear)(Code)
Clearable interface - called by CacheManager thru TCObjectLogical
__tc_getAllEntriesSnapshot
public synchronized Collection __tc_getAllEntriesSnapshot()(Code)
__tc_getAllLocalEntriesSnapshot
public synchronized Collection __tc_getAllLocalEntriesSnapshot()(Code)