Uses of Class
com.tangosol.net.cache.VersionedBackingMap
-
Packages that use VersionedBackingMap Package Description com.tangosol.net Contains basic cluster interfaces and factories. -
-
Uses of VersionedBackingMap in com.tangosol.net
Methods in com.tangosol.net that return VersionedBackingMap Modifier and Type Method Description protected VersionedBackingMap
DefaultConfigurableCacheFactory. instantiateVersionedBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)
Deprecated.Construct a VersionedBackingMap using the specified parameters.protected VersionedBackingMap
DefaultConfigurableCacheFactory. instantiateVersionedBackingMap(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheStore store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient)
Deprecated.Construct a VersionedBackingMap using the specified parameters.
-