Add ability to resolve cache instance from BeanFactoryCacheResolver qualified by bean name [DATAGEODE-324] #359
Labels
in: api
Issues with API
in: configuration
Issues with configuration
type: enhancement
A general enhancement
Milestone
John Blum opened DATAGEODE-324 and commented
Adds additional qualification to the cache instance resolution algorithm inside the
BeanFactoryCacheResolver
in a Spring context by allowing a cache Spring bean name.While there is only ever a "single" instance of a GemFire/Geode cache instance in the JVM, and by extension, the Spring context, at least in theory, ignoring
ClassLoaders
and stuff,, then a cache instance should be "resolvable by type" only.However, this will give the ability to further qualify the cache instance, bean by name
No further details from DATAGEODE-324
The text was updated successfully, but these errors were encountered: