|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitCache | |
---|---|
org.terracotta.toolkit | |
org.terracotta.toolkit.builder |
Uses of ToolkitCache in org.terracotta.toolkit |
---|
Methods in org.terracotta.toolkit that return ToolkitCache | ||
---|---|---|
|
Toolkit.getCache(String name,
Class<V> klazz)
Returns an already created ToolkitCache if one exists for the given name , otherwise creates one and
returns it. |
|
|
Toolkit.getCache(String name,
Configuration configuration,
Class<V> klazz)
Returns an already created ToolkitCache if one exists for the given name parameter, otherwise
creates one using the configuration parameter and returns it. |
Uses of ToolkitCache in org.terracotta.toolkit.builder |
---|
Methods in org.terracotta.toolkit.builder with parameters of type ToolkitCache | |
---|---|
void |
ToolkitCacheConfigBuilder.apply(ToolkitCache cache)
Applies the current changes from the builder to the ToolkitCache . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |