Uses of Interface
org.apache.openejb.core.stateful.Cache.CacheFilter

Packages that use Cache.CacheFilter
org.apache.openejb.core.stateful   
 

Uses of Cache.CacheFilter in org.apache.openejb.core.stateful
 

Classes in org.apache.openejb.core.stateful that implement Cache.CacheFilter
static class StatefulContainer.BeanContextFilter
           
 

Methods in org.apache.openejb.core.stateful with parameters of type Cache.CacheFilter
 void Cache.removeAll(Cache.CacheFilter<V> filter)
          Removes all of the entries that match the specified filter.
 void SimpleCache.removeAll(Cache.CacheFilter<V> filter)
           
 



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