public class CacheKeyGeneratorImpl extends Object implements org.springframework.cache.interceptor.KeyGenerator
| Constructor and Description |
|---|
CacheKeyGeneratorImpl(boolean useMethodOwnerClassInKey) |
CacheKeyGeneratorImpl(com.fasterxml.jackson.databind.ObjectMapper jackson,
boolean useMethodOwnerClassInKey) |
| Modifier and Type | Method and Description |
|---|---|
Object |
generate(Object target,
Method method,
Object... params) |
Copyright © 2018. All rights reserved.