Uses of Interface
org.ehcache.Cache
-
Packages that use Cache Package Description org.ehcache Main Ehcache API, includingcache managersandcaches.org.ehcache.event CacheEventand related types. -
-
Uses of Cache in org.ehcache
Subinterfaces of Cache in org.ehcache Modifier and Type Interface Description interfacePersistentUserManagedCache<K,V>AUserManagedCachethat holds data that can outlive the JVM.interfaceUserManagedCache<K,V>Represents aCachethat is not managed by aCacheManager.Methods in org.ehcache that return Cache Modifier and Type Method Description <K,V>
Cache<K,V>CacheManager. createCache(java.lang.String alias, Builder<? extends CacheConfiguration<K,V>> configBuilder)Creates aCachein thisCacheManageraccording to the specifiedCacheConfigurationprovided through aBuilder.<K,V>
Cache<K,V>CacheManager. createCache(java.lang.String alias, CacheConfiguration<K,V> config)<K,V>
Cache<K,V>CacheManager. getCache(java.lang.String alias, java.lang.Class<K> keyType, java.lang.Class<V> valueType)Retrieves theCacheassociated with the given alias, if one is known. -
Uses of Cache in org.ehcache.event
Methods in org.ehcache.event that return Cache Modifier and Type Method Description Cache<K,V>CacheEvent. getSource()Deprecated.
-