-
Spring with JBossCache
I need to implement caching in a clustered environment. I'm trying to get JBossCache configured properly on a single server for the time being. I'm having trouble finding information on how to configure the cache in the Spring config file.
Any information would be greatly appreciated.
Thanks,
Matt
-
Spring doesn't provide any explicit support jboss cache - it should be configured just like any other java bean/class. However there is a caching module in Spring Modules which supports among other implementations jboss cache; however, the purpose of the module is to add caching to functionality to various methods - for normal jboss cache usage you just bootstrap it just like any other class.