|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachePolicy | |
---|---|
org.openspaces.core.config | Support classes for Spring namespace based configuration of OpenSpaces core. |
org.openspaces.core.space | 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 CachePolicy | |
---|---|
CachePolicy |
CustomCachePolicyFactoryBean.asCachePolicy()
|
CachePolicy |
BlobStoreDataPolicyFactoryBean.asCachePolicy()
|
Uses of CachePolicy in org.openspaces.core.space |
---|
Classes in org.openspaces.core.space that implement CachePolicy | |
---|---|
class |
AllInCachePolicy
A cache policy that stores all the data in the space. |
class |
BlobStoreDataCachePolicy
A cache policy that stores data offheap and indexes onheap. |
class |
CustomCachePolicy
Configures the Space to run in Custom mode. |
class |
LruCachePolicy
Configures the Space to run in LRU mode. |
Methods in org.openspaces.core.space with parameters of type CachePolicy | |
---|---|
UrlSpaceConfigurer |
UrlSpaceConfigurer.cachePolicy(CachePolicy cachePolicy)
|
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.cachePolicy(CachePolicy cachePolicy)
|
void |
EmbeddedSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy)
|
void |
UrlSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy)
Sets the cache policy that the space will use. |
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |