I made the following additions to my local dev environment while
implementing our caching system.  Let me know what you think.



Added the following method to AuxiliaryCache interface



            public AuxiliaryCacheAttributes getCacheAttributes();



I needed this method to display configuration information about our
auxiliary caches in the cache administration tool.



Added the following method to the interface AuxiliaryCacheManager



      public String [] getCacheNames();



I needed this method to be able to iterate through all of the Auxiliary
caches.  For example, the ability to iterate through the LateralCaches and
display their configurations.



I have obviously made all of the necessary implementation changes for each
class implementing these interfaces.  Thanks.



Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to