You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Chiara Gelinas <cg...@convera.com> on 2008/12/19 19:41:49 UTC

Limiting JDBC disk cache size?

I have been combing docs and searching Google for some indication of
whether or not one can limit the size of the JDBC disk cache. I am
coming up with nothing. I found that you can do it with IndexedDiskCache
but it appears that with JDBCDiskCache you cannot. It is unlimited. Is
this accurate? Is this the expected behavior? Or am I missing something.

 

Is it just the norm that the JDBC disk store is allowed to grow
unchecked by a size limit?