Uses of Class
org.datanucleus.cache.CacheUniqueKey
-
Packages that use CacheUniqueKey Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins.org.datanucleus.cache This package provides classes implementing L1/L2 persistable object caching within DataNucleus. -
-
Uses of CacheUniqueKey in org.datanucleus
Methods in org.datanucleus with parameters of type CacheUniqueKey Modifier and Type Method Description protected PersistableExecutionContextImpl. getObjectFromLevel2CacheForUnique(CacheUniqueKey uniKey)Convenience method to access the identity that corresponds to a unique key, in the Level 2 cache. -
Uses of CacheUniqueKey in org.datanucleus.cache
Fields in org.datanucleus.cache with type parameters of type CacheUniqueKey Modifier and Type Field Description protected Map<CacheUniqueKey,CachedPC>AbstractReferencedLevel2Cache. uniqueKeyCacheUnique Key cache.Methods in org.datanucleus.cache with parameters of type CacheUniqueKey Modifier and Type Method Description intCacheUniqueKey. compareTo(CacheUniqueKey o)booleanCacheUniqueKey. equals(CacheUniqueKey other)CachedPCAbstractReferencedLevel2Cache. getUnique(CacheUniqueKey key)CachedPCJavaxCacheLevel2Cache. getUnique(CacheUniqueKey key)DNStateManagerLevel1Cache. getUnique(CacheUniqueKey key)Method to retrieve StateManager for the specified unique key.default CachedPCLevel2Cache. getUnique(CacheUniqueKey key)Method to retrieve the id represented by the specified unique key.DNStateManagerSoftRefCache. getUnique(CacheUniqueKey key)DNStateManagerStrongRefCache. getUnique(CacheUniqueKey key)DNStateManagerWeakRefCache. getUnique(CacheUniqueKey key)CachedPCAbstractReferencedLevel2Cache. putUnique(CacheUniqueKey key, CachedPC pc)CachedPCJavaxCacheLevel2Cache. putUnique(CacheUniqueKey key, CachedPC pc)ObjectLevel1Cache. putUnique(CacheUniqueKey key, DNStateManager sm)Method to store a StateManager for this unique key.default CachedPCLevel2Cache. putUnique(CacheUniqueKey key, CachedPC pc)Method to store a persistable object for this unique key.ObjectSoftRefCache. putUnique(CacheUniqueKey key, DNStateManager sm)ObjectStrongRefCache. putUnique(CacheUniqueKey key, DNStateManager sm)ObjectWeakRefCache. putUnique(CacheUniqueKey key, DNStateManager sm)voidAbstractReferencedLevel2Cache. removeUnique(CacheUniqueKey key)voidJavaxCacheLevel2Cache. removeUnique(CacheUniqueKey key)default voidLevel2Cache. removeUnique(CacheUniqueKey key)Method to remove any object cached against the provided unique key.Method parameters in org.datanucleus.cache with type arguments of type CacheUniqueKey Modifier and Type Method Description voidAbstractReferencedLevel2Cache. putUniqueAll(Map<CacheUniqueKey,CachedPC> objs)voidJavaxCacheLevel2Cache. putUniqueAll(Map<CacheUniqueKey,CachedPC> objs)default voidLevel2Cache. putUniqueAll(Map<CacheUniqueKey,CachedPC> objs)Method to put several objects into the cache.
-