Uses of Interface
org.openspaces.core.space.CachePolicy
Packages that use CachePolicy
Package
Description
Support classes for Spring namespace based configuration of OpenSpaces core.
This package is responsible for simplifying the creation of IJSpace implementation.
-
Uses of CachePolicy in org.openspaces.core.config
Methods in org.openspaces.core.config that return CachePolicyModifier and TypeMethodDescriptionBlobStoreDataPolicyConfigurer.asCachePolicy()BlobStoreDataPolicyFactoryBean.asCachePolicy()CustomCachePolicyFactoryBean.asCachePolicy() -
Uses of CachePolicy in org.openspaces.core.space
Classes in org.openspaces.core.space that implement CachePolicyModifier and TypeClassDescriptionclassA cache policy that stores all the data in the space.classA cache policy that stores data blobStore and indexes onheap.classConfigures the Space to run in Custom mode.classConfigures the Space to run in LRU mode.classMethods in org.openspaces.core.space with parameters of type CachePolicyModifier and TypeMethodDescriptionEmbeddedSpaceConfigurer.cachePolicy(CachePolicy cachePolicy) UrlSpaceConfigurer.cachePolicy(CachePolicy cachePolicy) voidEmbeddedSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy) voidInternalSpaceFactory.setCachePolicy(CachePolicy cachePolicy) voidUrlSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy) Sets the cache policy that the space will use.