[magnolia-user] Re: cacheStream files in tmp folder

2015-10-02 Thread via Magnolia Forums
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 ---

[magnolia-user] Re: cacheStream files in tmp folder

2015-10-02 Thread via Magnolia Forums
[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

[magnolia-user] Re: cacheStream files in tmp folder

2015-10-01 Thread via Magnolia Forums
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

[magnolia-user] Re: cacheStream files in tmp folder

2015-10-01 Thread via Magnolia Forums
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

[magnolia-user] Re: cacheStream files in tmp folder

2015-10-01 Thread via Magnolia Forums
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

[magnolia-user] Re: cacheStream files in tmp folder

2015-10-01 Thread via Magnolia Forums
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