Uses of Interface
org.datanucleus.cache.Level1Cache
Packages that use Level1Cache
Package
Description
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
This package provides classes implementing L1/L2 persistable object caching within DataNucleus.
-
Uses of Level1Cache in org.datanucleus
Fields in org.datanucleus declared as Level1CacheModifier and TypeFieldDescriptionprotected Level1Cache
ExecutionContextImpl.cache
Level 1 Cache, essentially a Map of StateManager keyed by the id.Methods in org.datanucleus that return Level1CacheModifier and TypeMethodDescriptionExecutionContext.getLevel1Cache()
ExecutionContextImpl.getLevel1Cache()
-
Uses of Level1Cache in org.datanucleus.cache
Classes in org.datanucleus.cache that implement Level1CacheModifier and TypeClassDescriptionclass
Level 1 Cache using Soft referenced objects in a Map.class
Implementation of a Level 1 cache keeping strong references to the objects.class
Level 1 Cache using Weak referenced objects in a Map.