Having seen this and the XML based configuration I was wondering if in
the future it would be possible for us to be able to manage cache
configuration in the DIT?

Ehcache must have a means for us to manage configuration in different
sources. If not I guess adding it would not be so difficult.

Thoughts?

Regards,
Alex

On Wed, Jun 22, 2011 at 2:50 AM,  <[email protected]> wrote:
> Author: elecharny
> Modified: 
> directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml
> URL: 
> http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml?rev=1138250&r1=1138249&r2=1138250&view=diff
> ==============================================================================
> --- 
> directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml
>  (original)
> +++ 
> directory/apacheds/trunk/core-api/src/main/resources/directory-cacheservice.xml
>  Tue Jun 21 23:50:30 2011
> @@ -111,7 +111,7 @@
>                on disk is needed to swap the data if it is too much to hold 
> in memory -->
>        <cache name="groupCache"
>               maxElementsInMemory="10000"
> -                  eternal="false"
> +                  eternal="true"
>                   overflowToDisk="true"
>                   diskSpoolBufferSizeMB="20"
>                   timeToIdleSeconds="300"

Reply via email to