Class ValueProcessorAtlassianCacheLoaderDecorator
java.lang.Object
com.atlassian.cache.ehcache.wrapper.ValueProcessorAtlassianCacheLoaderDecorator
- All Implemented Interfaces:
CacheLoader<Object,Object>
public class ValueProcessorAtlassianCacheLoaderDecorator
extends Object
implements CacheLoader<Object,Object>
Decorates the loader of
LoadingCache.
We make sure that during the loading operation, wrapped key does not leak to the end user.-
Constructor Summary
ConstructorsConstructorDescriptionValueProcessorAtlassianCacheLoaderDecorator(CacheLoader delegate, ValueProcessor valueProcessor) -
Method Summary
-
Constructor Details
-
ValueProcessorAtlassianCacheLoaderDecorator
public ValueProcessorAtlassianCacheLoaderDecorator(CacheLoader delegate, ValueProcessor valueProcessor)
-
-
Method Details
-
load
- Specified by:
loadin interfaceCacheLoader<Object,Object> - Throws:
net.sf.ehcache.CacheException
-