Uses of Interface
javax.cache.configuration.CacheEntryListenerConfiguration
Packages that use CacheEntryListenerConfiguration
Package
Description
This package contains the API for JCache.
This package contains configuration classes and interfaces.
-
Uses of CacheEntryListenerConfiguration in javax.cache
Methods in javax.cache with parameters of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionvoidCache.deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Deregisters a listener, using theCacheEntryListenerConfigurationthat was used to register it.voidCache.registerCacheEntryListener(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Registers aCacheEntryListener. -
Uses of CacheEntryListenerConfiguration in javax.cache.configuration
Classes in javax.cache.configuration that implement CacheEntryListenerConfigurationModifier and TypeClassDescriptionclassA convenience class providing a mutable, serializable implementation of aCacheEntryListenerConfiguration.Fields in javax.cache.configuration with type parameters of type CacheEntryListenerConfigurationModifier and TypeFieldDescriptionprotected HashSet<CacheEntryListenerConfiguration<K, V>> MutableConfiguration.listenerConfigurationsTheCacheEntryListenerConfigurations for theConfiguration.Methods in javax.cache.configuration that return types with arguments of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionCompleteConfiguration.getCacheEntryListenerConfigurations()MutableConfiguration.getCacheEntryListenerConfigurations()Methods in javax.cache.configuration with parameters of type CacheEntryListenerConfigurationModifier and TypeMethodDescriptionMutableConfiguration.addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Add a configuration for aCacheEntryListener.MutableConfiguration.removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V> cacheEntryListenerConfiguration) Remove a configuration for aCacheEntryListener.Constructors in javax.cache.configuration with parameters of type CacheEntryListenerConfigurationModifierConstructorDescriptionMutableCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V> configuration) Constructs aMutableCacheEntryListenerConfigurationbased on anotherCacheEntryListenerConfiguration.