Class DefaultStorageLocationMappingService.StorageLocationMappingCacheKeyGen
java.lang.Object
com.broadleafcommerce.asset.service.DefaultStorageLocationMappingService.StorageLocationMappingCacheKeyGen
- All Implemented Interfaces:
com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
,org.springframework.cache.interceptor.KeyGenerator
- Enclosing class:
- DefaultStorageLocationMappingService<P extends StorageLocationMapping>
public static class DefaultStorageLocationMappingService.StorageLocationMappingCacheKeyGen
extends Object
implements com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
A
ContextKeyGen
implementation used for caching of StorageLocationMapping
.
This just uses the default ContextKeyGen
interface implementation, as
StorageLocationMapping
is not backed by any Trackable
concepts and therefore
doesn't require any further cache key enhancement based on ContextInfo
, etc.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.broadleafcommerce.common.extension.cache.key.ContextKeyGen
applyKeyFromArg, generate, generate, generateWithPrefix, getArgs, getRouteKey
-
Constructor Details
-
StorageLocationMappingCacheKeyGen
public StorageLocationMappingCacheKeyGen()
-