net.sf.ehcache.config
public final class DiskStoreConfiguration extends Object
Version: $Id: DiskStoreConfiguration.java 52 2006-04-24 14:50:03Z gregluck $
Method Summary | |
---|---|
String | getPath()
The diskStore path |
void | setPath(String path)
Translates and sets the path.
|
Parameters: path If the path contains a Java System Property it is replaced by
its value in the running VM. Subdirectories can be specified below the property e.g. java.io.tmpdir/one The following properties are translated:
e.g. user.home
- User's home directory
user.dir
- User's current working directory
java.io.tmpdir
- Default temp file path
java.io/tmpdir/caches
might become /tmp/caches