423424425426427428429
/** * Return a new instance of the cache implementation that is used in this * web site. */ public Cache getCache() { return new HashMapCache(); }