You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Vasian CEPA <ce...@informatik.tu-darmstadt.de> on 2003/05/13 13:16:25 UTC

todo list - caching

todo list - caching

a caching policy can imitate the application cache in ASP .NET

basically allow use to associate a time and an eventlistener to any entry in context, (if no time/eventlistener specified, the default would be as it is currently). When time elapses call the eventlistener, passing the entry information. The registered even listener (user defined) can than decide if the cache time should be prolonged or just drop, or whatever (even register a new eventlistener). For most common cases: prolong, finish etc, a few ready made listeners can be provided.

.v