| Package | Description | 
|---|---|
| com.tangosol.net | 
 Contains basic cluster interfaces and factories. 
 | 
| Modifier and Type | Method and 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. 
 |