Uses of Interface
net.solarnetwork.central.support.CacheUtils.CacheEvictionListener
Packages that use CacheUtils.CacheEvictionListener
-
Uses of CacheUtils.CacheEvictionListener in net.solarnetwork.central.support
Methods in net.solarnetwork.central.support with parameters of type CacheUtils.CacheEvictionListenerModifier and TypeMethodDescriptionstatic <K,V> void CacheUtils.deregisterCacheEvictionListener(javax.cache.Cache<K, V> cache, CacheUtils.CacheEvictionListener<K, V> listener) Remove a previously registered cache eviction listener.static <K,V> void CacheUtils.registerCacheEvictionListener(javax.cache.Cache<K, V> cache, CacheUtils.CacheEvictionListener<K, V> listener) Register a cache eviction listener if possible. -
Uses of CacheUtils.CacheEvictionListener in net.solarnetwork.central.web.support
Classes in net.solarnetwork.central.web.support that implement CacheUtils.CacheEvictionListenerModifier and TypeClassDescriptionclassCaching service backed by aCache.