Hierarchy For Package org.apache.commons.jcs3.jcache

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.apache.commons.jcs3.jcache.Asserts
    • org.apache.commons.jcs3.engine.control.CompositeCache<K,V> (implements org.apache.commons.jcs3.engine.behavior.ICache<K,V>, org.apache.commons.jcs3.engine.behavior.IRequireScheduler)
    • java.util.EventObject (implements java.io.Serializable)
      • javax.cache.event.CacheEntryEvent<K,V> (implements javax.cache.Cache.Entry<K,V>)
    • org.apache.commons.jcs3.jcache.EvictionListener (implements org.apache.commons.jcs3.engine.control.event.behavior.IElementEventHandler)
    • org.apache.commons.jcs3.jcache.ImmutableIterable<T> (implements java.lang.Iterable<T>)
    • org.apache.commons.jcs3.jcache.ImmutableIterator<T> (implements java.util.Iterator<E>)
    • org.apache.commons.jcs3.jcache.JCSCache<K,V> (implements javax.cache.Cache<K,V>)
    • org.apache.commons.jcs3.jcache.JCSCachingManager (implements javax.cache.CacheManager)
    • org.apache.commons.jcs3.jcache.JCSCachingProvider (implements javax.cache.spi.CachingProvider)
    • org.apache.commons.jcs3.jcache.JCSConfiguration<K,V> (implements javax.cache.configuration.CompleteConfiguration<K,V>)
    • org.apache.commons.jcs3.jcache.JCSEntry<K,V> (implements javax.cache.Cache.Entry<K,V>)
    • org.apache.commons.jcs3.jcache.JCSListener<K,V> (implements java.io.Closeable)
    • org.apache.commons.jcs3.jcache.JCSMutableEntry<K,V> (implements javax.cache.processor.MutableEntry<K,V>)
    • org.apache.commons.jcs3.jcache.NoFilter (implements javax.cache.event.CacheEntryEventFilter<K,V>)
    • org.apache.commons.jcs3.jcache.NoLoader<K,V> (implements javax.cache.integration.CacheLoader<K,V>)
    • org.apache.commons.jcs3.jcache.NoWriter<K,V> (implements javax.cache.integration.CacheWriter<K,V>)
    • org.apache.commons.jcs3.jcache.Statistics
    • org.apache.commons.jcs3.jcache.TempStateCacheView<K,V> (implements javax.cache.Cache<K,V>)
    • org.apache.commons.jcs3.jcache.Times