Uses of Class
com.sun.gjc.spi.base.CacheObjectKey
-
Packages that use CacheObjectKey Package Description com.sun.gjc.spi.base.datastructure -
-
Uses of CacheObjectKey in com.sun.gjc.spi.base.datastructure
Methods in com.sun.gjc.spi.base.datastructure with parameters of type CacheObjectKey Modifier and Type Method Description voidCache. addToCache(CacheObjectKey key, Object entry, boolean force)Add key and entry value into the cache.voidFIXEDCacheImpl. addToCache(CacheObjectKey key, Object o, boolean force)voidLRUCacheImpl. addToCache(CacheObjectKey key, Object o, boolean force)Add the key and entry value into the cache.voidSynchronizedCache. addToCache(CacheObjectKey key, Object entry, boolean force)ObjectCache. checkAndUpdateCache(CacheObjectKey key)Check if an entry is found for this key object.ObjectLRUCacheImpl. checkAndUpdateCache(CacheObjectKey key)Check if an entry is found for this key object.ObjectSynchronizedCache. checkAndUpdateCache(CacheObjectKey key)
-