Skip to content

Extending the spring cache abstraction to using mongo as the cache datastore [DATAMONGO-2062] - #5230

Open
senocak wants to merge 1 commit into
spring-projects:mainfrom
senocak:feature/DATAMONGO-2062-mongo-cache-support
Open

Extending the spring cache abstraction to using mongo as the cache datastore [DATAMONGO-2062]#5230
senocak wants to merge 1 commit into
spring-projects:mainfrom
senocak:feature/DATAMONGO-2062-mongo-cache-support

Conversation

@senocak

@senocak senocak commented Jul 27, 2026

Copy link
Copy Markdown

This implementation provides a MongoCacheManager and MongoCache implementation that integrate with the Spring Cache abstraction, allowing applications to use MongoDB as a distributed cache store.

Spring Session already supports MongoDB as a session store, while the Spring Cache abstraction currently lacks a MongoDB-backed implementation. This contribution enables applications already using MongoDB to leverage it as their cache provider without introducing an additional caching infrastructure.

#2928

  • You have read the Spring Data contribution guidelines.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

…tastore [DATAMONGO-2062]

Signed-off-by: TURKCELL\TCASENOCAK <anil.senocak@turkcell.com.tr>
@senocak
senocak force-pushed the feature/DATAMONGO-2062-mongo-cache-support branch from 3f5e580 to b0d8325 Compare July 27, 2026 17:07
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants