public class SingularKeyGenerator
extends org.springframework.cache.interceptor.SimpleKeyGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
SINGULAR_KEY_GENERATOR |
| Constructor and Description |
|---|
SingularKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
generate(Object target,
Method method,
Object... params) |
protected String |
internalGenerateKey(String methodName,
String methodReturnType,
String[] parameters,
Object[] params) |
public static final String SINGULAR_KEY_GENERATOR
Copyright © 2020. All rights reserved.