com.googlecode.ehcache.annotations.impl
Interface CacheNameMatcher

All Known Implementing Classes:
ExactCacheNameMatcherImpl, NotCacheNameMatcherImpl, PatternCacheNameMatcherImpl

public interface CacheNameMatcher

Interface that defines a voting mechanism for matching cache names.

Version:
$Id: CacheNameMatcher.java 656 2011-04-21 19:54:27Z eric.dalquist@gmail.com $
Author:
Nicholas Blair

Method Summary
 Vote matches(java.lang.String cacheName)
           
 

Method Detail

matches

Vote matches(java.lang.String cacheName)
Parameters:
cacheName -
Returns:
Vote.YEA if this should definitely be included, Vote.NAY if definitely excluded, or Vote.ABSTAIN if impl has no opinion


Copyright © 2011. All Rights Reserved.