[Cahce service]
Add:const expireShort = 2 * 60 * 1000; //2minsconst expireLong = 24 * 60 * 60 * 1000; //24 hoursconst cacheMaxSize =500;const longCachingRequests = ["/communityFull/", "/pagehelpcontent","/provision/mvc/vocabularies/","/pages?page_route="];
-use expireLongTime for longCachingRequests-add /clear request-add timer to clean the cache on midnight-when maxcachesize is reached clean the cache
[Cahce service]
Add:
const expireShort = 2 * 60 * 1000; //2mins
const expireLong = 24 * 60 * 60 * 1000; //24 hours
const cacheMaxSize =500;
const longCachingRequests = ["/communityFull/", "/pagehelpcontent","/provision/mvc/vocabularies/","/pages?page_route="];
-use expireLongTime for longCachingRequests
-add /clear request
-add timer to clean the cache on midnight
-when maxcachesize is reached clean the cache