Uses of Interface
com.atlassian.cache.ehcache.wrapper.ValueProcessor
Packages that use ValueProcessor
-
Uses of ValueProcessor in com.atlassian.cache.ehcache
Constructors in com.atlassian.cache.ehcache with parameters of type ValueProcessorModifierConstructorDescriptionEhCacheManager(net.sf.ehcache.CacheManager delegate, EhCacheReplicatorConfigFactory replicatorConfigFactory, CacheSettingsDefaultsProvider cacheSettingsDefaultsProvider, ValueProcessor valueProcessor) Creates an instance backed by the provided instance ofCacheManager. -
Uses of ValueProcessor in com.atlassian.cache.ehcache.wrapper
Classes in com.atlassian.cache.ehcache.wrapper that implement ValueProcessorMethods in com.atlassian.cache.ehcache.wrapper with parameters of type ValueProcessorModifier and TypeMethodDescriptionWrapperUtils.unwrapAllKeys(Collection<Object> objects, ValueProcessor valueProcessor) static net.sf.ehcache.ElementWrapperUtils.unwrapElement(net.sf.ehcache.Element element, ValueProcessor valueProcessor) Constructors in com.atlassian.cache.ehcache.wrapper with parameters of type ValueProcessorModifierConstructorDescriptionValueProcessorAtlassianCacheLoaderDecorator(CacheLoader delegate, ValueProcessor valueProcessor) ValueProcessorEhcacheLoaderDecorator(net.sf.ehcache.loader.CacheLoader delegate, ValueProcessor valueProcessor)