Uses of Interface
org.datanucleus.cache.Level2Cache
Packages that use Level2Cache
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 Level2Cache in org.datanucleus
Fields in org.datanucleus declared as Level2CacheModifier and TypeFieldDescriptionprivate Level2Cache
PersistenceNucleusContextImpl.cache
Level 2 Cache, caching across ExecutionContexts.Methods in org.datanucleus that return Level2CacheModifier and TypeMethodDescriptionPersistenceNucleusContext.getLevel2Cache()
PersistenceNucleusContextImpl.getLevel2Cache()
-
Uses of Level2Cache in org.datanucleus.cache
Classes in org.datanucleus.cache that implement Level2CacheModifier and TypeClassDescriptionclass
Abstract starting point for a third-party L2 cache plugin.class
Abstract referenced implementation of a Level 2 cache, to be used as the base for weak/soft variants.class
Simple implementation of a plugin for use of javax.cache (v0.61+) product with DataNucleus.class
Null implementation of a Level 2 Cache.class
Soft implementation of a Level 2 cache.class
Weak referenced implementation of a Level 2 cache.