| Package | Description | 
|---|---|
| org.openspaces.core.space.cache | 
 A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.addProperty(String name,
           String value)  | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.batchSize(int batchSize)
Sets the cache synchronization batch size. 
 | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.batchTimeout(long batchTimeout)
Sets the cache synchronization batch timeout (i.e. maximum time the server will batch entries before updating the client). 
 | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.maxDisconnectionDuration(long maxDisconnectionDuration)
Sets the maximum time to return cached results before switching to disconnected state. 
 | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.maxTimeToLive(long maxTimeToLive)  | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.size(int size)  | 
LocalCacheSpaceConfigurer | 
LocalCacheSpaceConfigurer.updateMode(LocalCacheSpaceConfigurer.UpdateMode mode)  | 
Copyright © GigaSpaces.