And finally
[url]https://documentation.magnolia-cms.com/display/DOCS/Cache+core#Cachecore-Inmemorythreshold[/url]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8c9fda78-3b44-41ed-a69c-7bf1b85a195b
---
[url]CacheResponseWrapper[/url]
[quote]A response wrapper which records the status, headers and content. Unless
the threshold is reached the written content gets buffered and the content can
get retrieved by getBufferedContent(). Once the threshold is reached either a
tmp file is created which
What does it mean "Reached threshold for in-memory caching." Reached threshold
of what?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8c9fda78-3b44-41ed-a69c-7bf1b85a195b
For list details, se
Ok. CacheResponseWrapper creating such files.
[code]
if(this.serveIfThresholdReached) {
this.replayHeadersAndStatus(this.originalResponse);
out1 = this.originalResponse.getOutputStream();
log.debug("Reached threshold for in-memory caching. Will not cache
Sometimes, not allways, resources with fingerprint lefts such
cacheStream*blah*.tmp files in temp folder. On my local PC i catch such moment
when hotfix resource and request new resource link.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8c9fda78-3b44-41ed
Found out that this files are js resources from my theme module.
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=8c9fda78-3b44-41ed-a69c-7bf1b85a195b
For list details, see http://www.magnolia-cm