Dashboard > Penrose 1.2 > ... > Cache > No Cache
No Cache
Added by Jim Yang, last edited by Endi S. Dewata on Jun 19, 2007  (view change)
Labels: 
(None)


Introduction

By default Penrose does not use any caching mechanism, in other words the cache is disabled. All operations coming in will be performed directly against the underlying resources. This ensures that the information viewed inside Penrose directory are in-sync with the real data.

Configuration

To disable cache, edit PENROSE_SERVER_HOME/conf/server.xml:

<handler name="DEFAULT">
  <handler-class>org.safehaus.penrose.handler.DefaultHandler</handler-class>
  <parameter>
    <param-name>cache</param-name>
    <param-value>false</param-value>
  </parameter>
</handler>

Make sure the cache parameter is set to false. If the parameter is not specified, by default the cache is disabled.

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators