| Package | Description | 
|---|---|
| org.openspaces.core.space | 
 This package is responsible for simplifying the creation of IJSpace implementation. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomCachePolicy
Configures the Space to run in Custom mode. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LruCachePolicy | 
LruCachePolicy.initialLoadPercentage(int initialLoadPercentage)
When a space is running in a persistent mode (i.e. using the HibernateDataSource implementation),
 The initial_load sets the % of the space cache data to be loaded (default is 50%)
 maximum size. 
 | 
LruCachePolicy | 
LruCachePolicy.size(int size)
The number of entries to keep in the space. 
 | 
Copyright © GigaSpaces.