public class CacheRunner extends Object
API. The example allows the user to specify a cache.xml
file that specifies a parent region with certain properties and
then allows the user to exercise the cache API| Constructor and Description |
|---|
CacheRunner() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Parses the command line and runs the
CacheRunner
example. |
void |
setEcho(boolean echo)
Sets whether commands from input should be echoed to output.
|
void |
setXmlFile(File xmlFile)
Sets the
cache.xml file used to declaratively
initialize the cache in this example. |
public void setEcho(boolean echo)
public void setXmlFile(File xmlFile)
cache.xml file used to declaratively
initialize the cache in this example.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.