Hello,

As explained in the configuration file and documentation, directory entries are 
cached:
  <!-- cache timeout in seconds -->
  <cacheTimeout>3600</cacheTimeout>
  <!-- maximum number of cached entries before global invalidation -->
  <cacheMaxSize>1000</cacheMaxSize>

You can change the duration, the number of items in cache or disable caching 
(not recommended!).

For debugging purpose, you can also use the following restlet to invalidate all 
directory caches:
  http://localhost:8080/nuxeo/restAPI/directoryCacheInvalidate
Or to selectively invalidate the users related directories:
  
http://localhost:8080/nuxeo/restAPI/directoryCacheInvalidate?directory=userDirectory&directory=groupDirectory

Best regards,
--
Posted by "jcarsique" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=4131#12729>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to