Uses of Interface
org.craftercms.studio.api.v2.utils.cache.CacheInvalidator
Packages that use CacheInvalidator
Package
Description
-
Uses of CacheInvalidator in org.craftercms.studio.impl.v2.service.configuration.internal
Method parameters in org.craftercms.studio.impl.v2.service.configuration.internal with type arguments of type CacheInvalidatorModifier and TypeMethodDescriptionvoidConfigurationServiceInternalImpl.setCacheInvalidators(List<CacheInvalidator<String, Object>> cacheInvalidators) -
Uses of CacheInvalidator in org.craftercms.studio.impl.v2.utils.cache
Classes in org.craftercms.studio.impl.v2.utils.cache that implement CacheInvalidatorModifier and TypeClassDescriptionclassConditionalCacheInvalidator<K extends String,V> Implementation ofCacheInvalidatorthat only performs the invalidation if the key matches a patternclassImplementation ofCacheInvalidatorthat invalidates a single itemclassPatternCacheInvalidator<K extends String,V> Implementation ofCacheInvalidatorthat invalidates all keys matching a patternclassSuffixCacheInvalidator<K extends String,V> Implementation ofCacheInvalidatorthat appends a suffix to the keyFields in org.craftercms.studio.impl.v2.utils.cache declared as CacheInvalidatorModifier and TypeFieldDescriptionprotected CacheInvalidator<K, V> ConditionalCacheInvalidator.actualCacheInvalidatorConstructors in org.craftercms.studio.impl.v2.utils.cache with parameters of type CacheInvalidatorModifierConstructorDescriptionConditionalCacheInvalidator(List<String> patterns, CacheInvalidator<K, V> actualCacheInvalidator)