Dear warriors
I am migrating my project from ehcache 2.10 to ehcache 3.9
while changes in xml configuration file
ehcache-2.6.x-documentation.pdf"it is mentioned that
Files are created in the directory specified by the configuration element. The
element is has one attribute called path."
<diskStore path="/path/to/store/data"/>
now in ehcache 3x we have
<persistence> elementA <persistence> element represents Persistence, to be used when creating a PersistentCacheManager. It requires the directory location where data needs be stored on disk.
Now can somebody please suggest me what will be the latest path attribute if diskstore is replaced with persistence?