-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Liu, Yinwei David opened SPR-7308 and commented
Hi,
Do you have any plan to provide a high level cache API in Spring container? such as TransacationManager which manages different transaction resource.
Currently, we have a lot different cache implementations, e.g. EHCache, H2, and so on. Each cache needs a different api to get data from the underlying cache. It is a kind of barrier to disallow people easily switch from one cache to another cache, we always need a extra layer to decouple the our code with the actual cache.
I think it would be great if Spring can provide a high level cache api which can allow people easily choose a underlying cache.
Please let me know your thoughts, thanks.
David
Affects: 3.0.3
Issue Links:
- HTTP cache and conditional requests support in RestTemplate [SPR-5821] #10491 HTTP cache and conditional requests support in RestTemplate
6 votes, 11 watchers
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement