Uses of Class
net.sf.ehcache.config.PinningConfiguration
-
Packages that use PinningConfiguration Package Description net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd -
-
Uses of PinningConfiguration in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as PinningConfiguration Modifier and Type Field Description protected PinningConfigurationCacheConfiguration. pinningConfigurationThe PinningConfiguration.Methods in net.sf.ehcache.config that return PinningConfiguration Modifier and Type Method Description PinningConfigurationCacheConfiguration. getPinningConfiguration()AccessorPinningConfigurationPinningConfiguration. store(java.lang.String store)Set the lowest store from which elements must not be evicted fromPinningConfigurationPinningConfiguration. store(PinningConfiguration.Store store)Set the lowest store from which elements must not be evicted fromMethods in net.sf.ehcache.config with parameters of type PinningConfiguration Modifier and Type Method Description voidCacheConfiguration. addPinning(PinningConfiguration pinningConfiguration)Allows BeanHandler to add the PinningConfiguration to the configuration.CacheConfigurationCacheConfiguration. pinning(PinningConfiguration pinningConfiguration) -
Uses of PinningConfiguration in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type PinningConfiguration Constructor Description PinningConfigurationElement(NodeElement parent, PinningConfiguration pinningConfiguration)Constructor accepting the parent and theTerracottaConfiguration
-