Uses of Interface
com.googlecode.ehcache.annotations.impl.CacheNameMatcher

Packages that use CacheNameMatcher
com.googlecode.ehcache.annotations.config   
com.googlecode.ehcache.annotations.impl   
 

Uses of CacheNameMatcher in com.googlecode.ehcache.annotations.config
 

Classes in com.googlecode.ehcache.annotations.config that implement CacheNameMatcher
 class ExactCacheNameMatcherImpl
          Implementation of CacheNameMatcher for matching a specific name.
 class NotCacheNameMatcherImpl
          CacheNameMatcher that wraps another CacheNameMatcher and performs a logical NOT on the result of the wrapped NotCacheNameMatcherImpl.matches(String) method if not null.
 class PatternCacheNameMatcherImpl
          CacheNameMatcher that delegates to a Pattern.
 

Fields in com.googlecode.ehcache.annotations.config declared as CacheNameMatcher
static CacheNameMatcher EhCacheConfigBeanDefinitionParser.INCLUDE_ALL_CACHE_NAME_MATCHER
           
 

Methods in com.googlecode.ehcache.annotations.config that return CacheNameMatcher
 CacheNameMatcher NotCacheNameMatcherImpl.getWrapped()
           
 

Methods in com.googlecode.ehcache.annotations.config that return types with arguments of type CacheNameMatcher
protected  java.util.List<CacheNameMatcher> EhCacheConfigBeanDefinitionParser.parseEvictExpiredElement(org.w3c.dom.Element evictExpiredElement)
           
 

Constructors in com.googlecode.ehcache.annotations.config with parameters of type CacheNameMatcher
NotCacheNameMatcherImpl(CacheNameMatcher wrapped)
           
 

Uses of CacheNameMatcher in com.googlecode.ehcache.annotations.impl
 

Methods in com.googlecode.ehcache.annotations.impl that return types with arguments of type CacheNameMatcher
 java.util.List<CacheNameMatcher> ExpiredElementEvictor.getCacheNameMatchers()
           
 

Method parameters in com.googlecode.ehcache.annotations.impl with type arguments of type CacheNameMatcher
 void ExpiredElementEvictor.setCacheNameMatchers(java.util.List<CacheNameMatcher> cacheNameMatchers)
           
 



Copyright © 2011. All Rights Reserved.