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 caching within DataNucleus.
|
Modifier and Type | Method and Description |
---|---|
Level2Cache |
NucleusContext.getLevel2Cache()
Accessor for the DataStore (level 2) Cache
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLevel2Cache
Abstract starting point for a third-party L2 cache plugin.
|
class |
NullLevel2Cache
Null implementation of a Level 2 Cache.
|
class |
SoftLevel2Cache
Soft implementation of a Level 2 cache.
|
class |
WeakLevel2Cache
Weak referenced implementation of a Level 2 cache.
|
Copyright © 2021. All rights reserved.