| Package | Description | 
|---|---|
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CachePolicy | 
BlobStoreDataPolicyFactoryBean.asCachePolicy()  | 
CachePolicy | 
CustomCachePolicyFactoryBean.asCachePolicy()  | 
| Modifier and Type | Class and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
UrlSpaceConfigurer | 
UrlSpaceConfigurer.cachePolicy(CachePolicy cachePolicy)  | 
EmbeddedSpaceConfigurer | 
EmbeddedSpaceConfigurer.cachePolicy(CachePolicy cachePolicy)  | 
void | 
InternalSpaceFactory.setCachePolicy(CachePolicy cachePolicy)  | 
void | 
UrlSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy)
Sets the cache policy that the space will use. 
 | 
void | 
EmbeddedSpaceFactoryBean.setCachePolicy(CachePolicy cachePolicy)  | 
Copyright © GigaSpaces.