Be able to specify custom key generators on a per-cache basis [SPR-10629] #15257
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Greg Nieman opened SPR-10629 and commented
Created on behalf of customer: They use a number of discrete caches in the application, and wished to use a different custom key generator for each. The current mechanism assumes one custom key generator. This can be worked around by creating a generator that delegates to the appropriate one and then using an additional annotation to specify which to use but they would like to have something a bit more unified.
Affects: 3.2.3
Issue Links:
@CacheConfig
annotation to share class-level customizations@Cacheable
for cache manager nameReferenced from: commits 81c2080, 2b89c1a
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: