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
|
Modifier and Type | Method and Description |
---|---|
Searchable |
CacheConfiguration.getSearchable()
Get the search configuration for this cache (if any)
|
Searchable |
Searchable.searchAttribute(SearchAttribute searchAttribute)
Add a search attribute
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addSearchable(Searchable searchable)
Add configuration to make this cache searchable
|
CacheConfiguration |
CacheConfiguration.searchable(Searchable searchable) |
Constructor and Description |
---|
SearchableConfigurationElement(NodeElement parent,
Searchable searchable)
Constructor accepting the parent and the
Searchable |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.