Class WingsCache.Naming
-
- All Implemented Interfaces:
public class WingsCache.Naming
-
-
Constructor Summary
Constructors Constructor Description WingsCache.Naming()
-
Method Summary
Modifier and Type Method Description static Stringuse(@NotNull() Class<out Object> owner, @NotNull() String use)format the cache name static Stringuse(@NotNull() Class<out Object> clz, @NotNull() Class<out Object> use)format the cache name static Stringjoin(Array<String> part)join the parts with Joiner static Stringwildcard(String level)append Wildcard to the end static booleaninLevel(String name, String level)
-