public class CustomCachePolicyFactoryBean extends Object implements org.springframework.beans.factory.InitializingBean
CustomCachePolicy instance.| Constructor and Description | 
|---|
| CustomCachePolicyFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| CachePolicy | asCachePolicy() | 
| Integer | getInitialLoadPercentage() | 
| Integer | getSize() | 
| SpaceEvictionStrategy | getSpaceEvictionStrategy() | 
| void | setInitialLoadPercentage(Integer initialLoadPercentage) | 
| void | setSize(Integer size) | 
| void | setSpaceEvictionStrategy(SpaceEvictionStrategy spaceEvictionStrategy) | 
public Integer getSize()
public void setSize(Integer size)
public Integer getInitialLoadPercentage()
public void setInitialLoadPercentage(Integer initialLoadPercentage)
public SpaceEvictionStrategy getSpaceEvictionStrategy()
public void setSpaceEvictionStrategy(SpaceEvictionStrategy spaceEvictionStrategy)
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic CachePolicy asCachePolicy()
Copyright © GigaSpaces.