Uses of Interface
org.ehcache.Cache
Packages that use Cache
Package
Description
Main Ehcache API, including
cache managers and
caches.CacheEvent and related types.-
Uses of Cache in org.ehcache
Subinterfaces of Cache in org.ehcacheModifier and TypeInterfaceDescriptioninterfaceAUserManagedCachethat holds data that can outlive the JVM.interfaceUserManagedCache<K,V> Represents aCachethat is not managed by aCacheManager.Methods in org.ehcache that return CacheModifier and TypeMethodDescription<K,V> Cache <K, V> CacheManager.createCache(String alias, Builder<? extends CacheConfiguration<K, V>> configBuilder) Creates aCachein thisCacheManageraccording to the specifiedCacheConfigurationprovided through aBuilder.<K,V> Cache <K, V> CacheManager.createCache(String alias, CacheConfiguration<K, V> config) <K,V> Cache <K, V> 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