| Package | Description |
|---|---|
| com.tangosol.coherence.config.scheme |
Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.
|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializationPagedCache |
PagedExternalScheme.instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive)
Construct an SerializationPagedCache using the specified parameters.
|
protected SerializationPagedCache |
PagedExternalScheme.instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, ClassLoader loader)
Construct an SerializationPagedCache using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected SerializationPagedCache |
DefaultConfigurableCacheFactory.instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, boolean fBinaryMap, boolean fPassive)
Deprecated.
Construct an SerializationPagedCache using the specified parameters.
|
protected SerializationPagedCache |
DefaultConfigurableCacheFactory.instantiateSerializationPagedCache(BinaryStoreManager storeMgr, int cPages, int cPageSecs, ClassLoader loader)
Deprecated.
Construct an SerializationPagedCache using the specified parameters.
|