Uses of Class
com.tangosol.net.cache.SerializationPagedCache.PagedBinaryStore
-
Packages that use SerializationPagedCache.PagedBinaryStore Package Description com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of SerializationPagedCache.PagedBinaryStore in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return SerializationPagedCache.PagedBinaryStore Modifier and Type Method Description protected SerializationPagedCache.PagedBinaryStore
SerializationPagedCache. getPagedBinaryStore()
Returns the BinaryStore that this map uses for its storage.protected SerializationPagedCache.PagedBinaryStore
SerializationPagedCache. instantiatePagedStore(int cPages)
Factory method: Instantiate a PagedBinaryStore.
-