Uses of Interface
org.datanucleus.cache.Level2Cache
-
Packages that use Level2Cache 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 Level2Cache in org.datanucleus
Methods in org.datanucleus that return Level2Cache Modifier and Type Method Description Level2CachePersistenceNucleusContext. getLevel2Cache()Level2CachePersistenceNucleusContextImpl. getLevel2Cache() -
Uses of Level2Cache in org.datanucleus.cache
Classes in org.datanucleus.cache that implement Level2Cache Modifier and Type Class Description classAbstractLevel2CacheAbstract starting point for a third-party L2 cache plugin.classAbstractReferencedLevel2CacheAbstract referenced implementation of a Level 2 cache, to be used as the base for weak/soft variants.classJavaxCacheLevel2CacheSimple implementation of a plugin for use of javax.cache (v0.61+) product with DataNucleus.classNullLevel2CacheNull implementation of a Level 2 Cache.classSoftLevel2CacheSoft implementation of a Level 2 cache.classWeakLevel2CacheWeak referenced implementation of a Level 2 cache.
-