On 10/16/07, Guy Katz <[EMAIL PROTECTED]> wrote: > Also; > What method should I invoke on the cache manager for maximum > performance? > Must I invalidate everything? (there are many methods for invalidation > of folders, users, comments, etc...) I just want to invalidate enough to > have my model displayed properly.
If possible, limit your invalidation to a specific weblog, i.e. CacheManager.invalidate(weblog); - Dave
