org.apache.openejb.core.stateful
Interface Cache.CacheFilter<V>

All Known Implementing Classes:
StatefulContainer.BeanContextFilter
Enclosing interface:
Cache<K,V>

public static interface Cache.CacheFilter<V>

CacheFileter is used to select values to remove during a removeAll invocation.


Method Summary
 boolean matches(V v)
          True if the filter matches the value.
 

Method Detail

matches

boolean matches(V v)
True if the filter matches the value.



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.