@ThreadSafe public class CacheScope extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheScope.Level
Level of a scope.
|
Modifier and Type | Field and Description |
---|---|
static CacheScope |
GLOBAL |
static String |
SEPARATOR |
Modifier and Type | Method and Description |
---|---|
static CacheScope |
create(String id) |
boolean |
equals(Object o) |
int |
hashCode() |
CacheScope.Level |
level() |
CacheScope |
parent() |
String |
toString() |
public static final String SEPARATOR
public static final CacheScope GLOBAL
public static CacheScope create(String id)
id
- id of the scope@Nullable public CacheScope parent()
public CacheScope.Level level()
Copyright © 2023. All Rights Reserved.