public class SingularSessionKeyGenerator extends SingularKeyGenerator
| Modifier and Type | Field and Description |
|---|---|
static String |
SINGULAR_SESSION_KEY_GENERATOR |
SINGULAR_KEY_GENERATOR| Constructor and Description |
|---|
SingularSessionKeyGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<Set<String>> |
extractCacheKeysFrom(javax.servlet.http.HttpSession session) |
static String |
getSessionCachePrefix(String sessionId) |
protected String |
internalGenerateKey(String methodName,
String methodReturnType,
String[] parameters,
Object[] params) |
generatepublic static final String SINGULAR_SESSION_KEY_GENERATOR
public static Optional<Set<String>> extractCacheKeysFrom(javax.servlet.http.HttpSession session)
protected String internalGenerateKey(String methodName, String methodReturnType, String[] parameters, Object[] params)
internalGenerateKey in class SingularKeyGeneratorCopyright © 2020. All rights reserved.