Closed GoogleCodeExporter closed 9 years ago
Perhaps we could add some new XSD elements:
{{{
<ehcache:config>
<ehcache:clear-expired interval="">
<ehcache:include name="" pattern=""/>
<ehcache:exclude name="" pattern=""/>
</ehcache:clear-expired>
</ehcache:config>
}}}
Then namespace handler could wire up the appropriate background-task beans to
take
care of the expiration.
Original comment by eric.dalquist
on 14 Apr 2010 at 8:35
Note that I meant the name and pattern attributes on the include/exclude
elements to
be mutually exclusive.
Original comment by eric.dalquist
on 14 Apr 2010 at 8:38
I like the proposed syntax. Since we need new elements in the schema, I'm going
to
create a 1.1 schema.
Original comment by nicholas.blair
on 14 Apr 2010 at 9:04
Initial implementation available on trunk.
Original comment by nicholas.blair
on 17 May 2010 at 7:29
Original issue reported on code.google.com by
nicholas.blair
on 14 Apr 2010 at 7:59