Uses of Interface
org.apache.felix.eventadmin.impl.util.CacheMap

Packages that use CacheMap
org.apache.felix.eventadmin.impl.handler   
org.apache.felix.eventadmin.impl.security   
org.apache.felix.eventadmin.impl.util   
 

Uses of CacheMap in org.apache.felix.eventadmin.impl.handler
 

Constructors in org.apache.felix.eventadmin.impl.handler with parameters of type CacheMap
CacheFilters(CacheMap cache, BundleContext context)
          The constructor of this factory.
CacheTopicHandlerFilters(CacheMap cache, boolean requireTopic)
          The constructor of the filter factory.
 

Uses of CacheMap in org.apache.felix.eventadmin.impl.security
 

Constructors in org.apache.felix.eventadmin.impl.security with parameters of type CacheMap
CacheTopicPermissions(CacheMap cache, String type)
          The constructor of this permission factory.
 

Uses of CacheMap in org.apache.felix.eventadmin.impl.util
 

Classes in org.apache.felix.eventadmin.impl.util that implement CacheMap
 class LeastRecentlyUsedCacheMap
          This class implements a least recently used cache map.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.