diff --git a/source/ehcache.xml b/source/ehcache.xml
index e842585b..f4342798 100644
--- a/source/ehcache.xml
+++ b/source/ehcache.xml
@@ -33,6 +33,20 @@
memoryStoreEvictionPolicy="LRU"
/>
+
+
+
diff --git a/source/net/sourceforge/filebot/web/CachedPage.java b/source/net/sourceforge/filebot/web/CachedPage.java
index 4ae9ef17..a86fc585 100644
--- a/source/net/sourceforge/filebot/web/CachedPage.java
+++ b/source/net/sourceforge/filebot/web/CachedPage.java
@@ -24,7 +24,7 @@ public class CachedPage extends CachedResource {
@Override
protected Cache getCache() {
- return CacheManager.getInstance().getCache("web-datasource");
+ return CacheManager.getInstance().getCache("web-data-diskcache");
}