public interface CacheNameResolver
UnsupportedOperationException| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNames()
Obtain the cache names for the given namespace or those without a namespace (global)
|
List<String> |
getNames(String qualifier)
Obtain the cache names for the given namespace or those without a namespace (global)
|
void |
setInput(String input)
set the input string to be tokenized, using the registered tokens.
|
List<String> getNames(String qualifier)
qualifier - this can be some implementation-specific qualifier or null if the implementation
does not need it.List<String> getNames()
void setInput(String input)
input - the formatted flushname stringMMBase 1.9-SNAPSHOT - ${javadoctimestamp}