Uses of Interface
org.datanucleus.cache.Level1Cache
-
Packages that use Level1Cache 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 Level1Cache in org.datanucleus
Fields in org.datanucleus declared as Level1Cache Modifier and Type Field Description protected Level1CacheExecutionContextImpl. cacheLevel 1 Cache, essentially a Map of StateManager keyed by the id.Methods in org.datanucleus that return Level1Cache Modifier and Type Method Description Level1CacheExecutionContext. getLevel1Cache()Level1CacheExecutionContextImpl. getLevel1Cache() -
Uses of Level1Cache in org.datanucleus.cache
Classes in org.datanucleus.cache that implement Level1Cache Modifier and Type Class Description classSoftRefCacheLevel 1 Cache using Soft referenced objects in a Map.classStrongRefCacheImplementation of a Level 1 cache keeping strong references to the objects.classWeakRefCacheLevel 1 Cache using Weak referenced objects in a Map.
-