Interface RedisKeyGenerator
- All Known Implementing Classes:
PrincipalRedisKeyGenerator,TicketRedisKeyGenerator
public interface RedisKeyGenerator
This is
RedisKeyGenerator.- Since:
- 7.0.0
-
Method Details
-
getType
String getType()Gets type.- Returns:
- the type
-
forAllEntries
String forAllEntries()For all entries string.- Returns:
- the string
-
forEntry
For entry string.- Parameters:
entry- the entry- Returns:
- the string
-
forEntry
For entry string.- Parameters:
type- the typeentry- the entry- Returns:
- the string
-
forEntryType
For entry type string.- Parameters:
type- the type- Returns:
- the string
-
rawKey
Raw key string.- Parameters:
type- the type- Returns:
- the string
-
getNamespace
String getNamespace()Gets namespace.- Returns:
- the namespace
-