ehcache

Uses of Package
net.sf.ehcache.search

Packages that use net.sf.ehcache.search
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
net.sf.ehcache.search This package contains classes for ehcache core search API. 
net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality. 
net.sf.ehcache.search.attribute This package contains classes for ehcache search attributes 
net.sf.ehcache.search.impl This package contains an implementation for Results. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.store.compound.impl This package contains the various element proxy factory implementations. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
 

Classes in net.sf.ehcache.search used by net.sf.ehcache
Attribute
          A search attribute.
Query
          Creates queries for performing cache searches.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.constructs
Attribute
          A search attribute.
Query
          Creates queries for performing cache searches.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.constructs.nonstop.store
Attribute
          A search attribute.
Results
          Results object for an execution of a Query.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.search
Attribute
          A search attribute.
Direction
          The direction for search result ordering
NullResults
          An empty result instance
Query
          Creates queries for performing cache searches.
Result
          Represents a single cache entry that has been selected by a cache query.
Results
          Results object for an execution of a Query.
SearchException
          A generic search exception.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.search.aggregator
Attribute
          A search attribute.
SearchException
          A generic search exception.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.search.attribute
SearchException
          A generic search exception.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.search.impl
Attribute
          A search attribute.
Result
          Represents a single cache entry that has been selected by a cache query.
Results
          Results object for an execution of a Query.
SearchException
          A generic search exception.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.store
Attribute
          A search attribute.
Direction
          The direction for search result ordering
Results
          Results object for an execution of a Query.
SearchException
          A generic search exception.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.store.compound.impl
Attribute
          A search attribute.
Results
          Results object for an execution of a Query.
 

Classes in net.sf.ehcache.search used by net.sf.ehcache.transaction
Attribute
          A search attribute.
Results
          Results object for an execution of a Query.
 


ehcache

true