I tend to think that a better approach might be to use named cache regions and completely leave the cache configuration up to the cache implementation. The default cache might have some optional config params to specify this, or we could default to one of the many open source caching implementations out there now.

-Brian

On Jun 27, 2005, at 7:27 AM, Martin Kalén wrote:

Martin Kalén wrote:

 <class-descriptor ... cache-timeout="john"> ;)
 +
 <object-cache ...>
  <cache-class name="john" timeout="100"/>

           ^^^^

Caught in the Ctrl-CV process... :)

Rephrase:
 <class-descriptor ... cache-timeout="john"> ;)
 +
 <object-cache ...>
  <cache-timeout name="john" timeout="100"/>
 (or:
  <cache-timeout name="john" value="100"/>)
 </object-cache>

Regards,
 Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to