EhCache overflow to disk at specific path
Storage Location are specified by hard coading paths.
Legal values for the path attibute are legal file system paths.
E.g., for Unix: /home/application/cache
The following system properties are also legal, in which case they are translated:
user.home - User's home directory
user.dir - User's current working directory
java.io.tmpdir - Default temp file path
ehcache.disk.store.dir - A system property
Subdirectories can be specified below the system property, for example:
java.io.tmpdir/one
becomes, on a Unix system:
/tmp/one