ehcache

Uses of Class
net.sf.ehcache.config.Searchable

Packages that use Searchable
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
 Searchable CacheConfiguration.getSearchable()
          Get the search configuration for this cache (if any)
 Searchable Searchable.searchAttribute(SearchAttribute searchAttribute)
          Add a search attribute
 

Methods in net.sf.ehcache.config with parameters of type Searchable
 void CacheConfiguration.addSearchable(Searchable searchable)
          Add configuration to make this cache searchable
 CacheConfiguration CacheConfiguration.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
SearchableConfigurationElement(NodeElement parent, Searchable searchable)
          Constructor accepting the parent and the Searchable
 


ehcache

Copyright 2001-2015, Terracotta, Inc.