Hi, Does anyone have any idea, how to autowire dependency in CacheStore implementation? To set cacheStore implementation in cache configuration we use following code.
CacheConfiguration.setCacheStoreFactory(). Now this method accepts the Factory implementation which instantiates the CacheStore implementation. Now this bean is not spring managed bean. How to autowire datasource in cache store implementation? Thanks, Prasad
