Uses of Class
com.tangosol.net.cache.SerializationPagedCache
Package
Description
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Contains basic cluster interfaces and factories.
-
Uses of SerializationPagedCache in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionprotected 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. -
Uses of SerializationPagedCache in com.tangosol.net
Modifier and TypeMethodDescriptionprotected 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.