|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolkitStore | |
---|---|
org.terracotta.toolkit |
Uses of ToolkitStore in org.terracotta.toolkit |
---|
Methods in org.terracotta.toolkit that return ToolkitStore | ||
---|---|---|
|
Toolkit.getStore(String name,
Class<V> klazz)
Returns an already created ToolkitStore if one exists for the given name , otherwise creates one and
returns it. |
|
|
Toolkit.getStore(String name,
Configuration configuration,
Class<V> klazz)
Returns an already created ToolkitStore if one exists for the given 'name' parameter, otherwise creates one
using the 'configuration' parameter and returns it. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |