Uses of Class
com.tangosol.net.cache.SerializationPagedCache
-
Packages that use SerializationPagedCache 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. -
-
Uses of SerializationPagedCache in com.tangosol.coherence.config.scheme
Methods in com.tangosol.coherence.config.scheme that return SerializationPagedCache Modifier and Type Method 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. -
Uses of SerializationPagedCache in com.tangosol.net
Methods in com.tangosol.net that return SerializationPagedCache Modifier and Type Method 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.
-