Uses of Class
org.openspaces.core.space.cache.LocalCacheSpaceConfigurer
Packages that use LocalCacheSpaceConfigurer
Package
Description
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).
-
Uses of LocalCacheSpaceConfigurer in org.openspaces.core.space.cache
Methods in org.openspaces.core.space.cache that return LocalCacheSpaceConfigurerModifier and TypeMethodDescriptionLocalCacheSpaceConfigurer.addProperty(String name, String value) LocalCacheSpaceConfigurer.batchSize(int batchSize) Sets the cache synchronization batch size.LocalCacheSpaceConfigurer.batchTimeout(long batchTimeout) Sets the cache synchronization batch timeout (i.e.LocalCacheSpaceConfigurer.maxDisconnectionDuration(long maxDisconnectionDuration) Sets the maximum time to return cached results before switching to disconnected state.LocalCacheSpaceConfigurer.maxTimeToLive(long maxTimeToLive) LocalCacheSpaceConfigurer.size(int size) LocalCacheSpaceConfigurer.updateMode(LocalCacheSpaceConfigurer.UpdateMode mode)