Uses of Class
net.sf.ehcache.config.Searchable
-
Packages that use Searchable 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 Searchable in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return Searchable Modifier and Type Method Description SearchableCacheConfiguration. getSearchable()Get the search configuration for this cache (if any)SearchableSearchable. searchAttribute(SearchAttribute searchAttribute)Add a search attributeMethods in net.sf.ehcache.config with parameters of type Searchable Modifier and Type Method Description voidCacheConfiguration. addSearchable(Searchable searchable)Add configuration to make this cache searchableCacheConfigurationCacheConfiguration. searchable(Searchable searchable) -
Uses of Searchable in net.sf.ehcache.config.generator.model.elements
Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type Searchable Constructor Description SearchableConfigurationElement(NodeElement parent, Searchable searchable)Constructor accepting the parent and theSearchable
-