Moved disk store path cache_store into the data folder (#598)

Although it is not used at the moment.

Change-Id: Id6d4d09c87647e1c7b7a68404568b9fdc5b3a3dc
diff --git a/Changes b/Changes
index 45f26fe..993a4c5 100644
--- a/Changes
+++ b/Changes
@@ -10,6 +10,7 @@
 - Added KoralQuery check when updating VC (solved #676)
 - Setup vc-cache in the data folder (#598)
 - Changed generating adminToken in the data folder (#598).
+- Moved disk store path cache_store into the data folder (#598)
 
 
 # version 0.73
diff --git a/src/main/resources/ehcache.xml b/src/main/resources/ehcache.xml
index 077e260..d6a97e4 100644
--- a/src/main/resources/ehcache.xml
+++ b/src/main/resources/ehcache.xml
@@ -4,7 +4,7 @@
 
 	<defaultCache eternal='true' overflowToDisk='false' />
 	<!--maxBytesLocalHeap="200M" -->
-	<diskStore path="./cache_store" />
+	<diskStore path="./data/cache_store" />
 
 
 	<!-- EM -->