[jira] [Commented] (JSPWIKI-935) RenderingManager uses ehcache if "jspwiki.usePageCache = false"

2016-04-06 Thread Andrew Krasnoff (JIRA)

[ 
https://issues.apache.org/jira/browse/JSPWIKI-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15229123#comment-15229123
 ] 

Andrew Krasnoff commented on JSPWIKI-935:
-

but I guess you need to turn off Documents cache too (for jspwiki.usePageCache) 
since it mostly the same thing - with disabled page cache, JSPWiki shouldn't 
show cached content - it is wrong.
I see only one reason to disable page cache - when you use multiple JSPWiki 
instance behind load balancer. So for such mode you need to turn off page 
cache(documents and HTML)
and I don't see any reason to have a two separate properties for it.

> RenderingManager uses ehcache if "jspwiki.usePageCache = false"
> ---
>
> Key: JSPWIKI-935
> URL: https://issues.apache.org/jira/browse/JSPWIKI-935
> Project: JSPWiki
>  Issue Type: Bug
>  Components: Core & storage
>Affects Versions: 2.10.2
>Reporter: Andrew Krasnoff
>Priority: Critical
>
> see "m_cacheManager" variable



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (JSPWIKI-935) RenderingManager uses ehcache if "jspwiki.usePageCache = false"

2016-04-06 Thread Harry Metske (JIRA)

[ 
https://issues.apache.org/jira/browse/JSPWIKI-935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228970#comment-15228970
 ] 

Harry Metske commented on JSPWIKI-935:
--

The property jspwiki.usePageCache is meant for switching on/off the caching of 
Pages.
The caching of Documents, as done in RenderingManager is not configurable, it 
is always cached.

> RenderingManager uses ehcache if "jspwiki.usePageCache = false"
> ---
>
> Key: JSPWIKI-935
> URL: https://issues.apache.org/jira/browse/JSPWIKI-935
> Project: JSPWiki
>  Issue Type: Bug
>  Components: Core & storage
>Affects Versions: 2.10.2
>Reporter: Andrew Krasnoff
>Priority: Critical
>
> see "m_cacheManager" variable



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)