I'm currently using ehcache as supplied with AppFuse to store a set of
large-ish objects, and now I'd like to add the specific cache used to the
caches to be emptied in AppFuse's 'flush cache' admin menu option. Usually,
this would be as easy as updating whichever controller is used for that
particular option. However, searching through the files didn't give me any
results - the dispatcher-servlet.xml seems to forward requests to
flushCache.html to the filenameController bean, which is an instance of
Spring's UrlFilenameViewController. I've looked into the source of that one,
but it doesn't seem to do anything with the cache - merely forward the user
to some view, I believe.
So, where's it hidden? Where can I find the bit 'o code that empties the
cache(s), so I can make it empty an extra cache? Or, is there some other way
to empty a given cache?
--
View this message in context:
http://www.nabble.com/Adding-something-to-%27flushCache%27-tf4888765s2369.html#a13993030
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]