https://github.com/justprodev/longlivedcache
The long lived cache for a some heavily loaded but few updatable services Cached entities can be connected by relation child->parents. This connection guarantees that parent always be updated if child is wanted to be updated.
https://github.com/justprodev/longlivedcache
kotlin spring
Last synced: 2 months ago
JSON representation
The long lived cache for a some heavily loaded but few updatable services Cached entities can be connected by relation child->parents. This connection guarantees that parent always be updated if child is wanted to be updated.
- Host: GitHub
- URL: https://github.com/justprodev/longlivedcache
- Owner: justprodev
- Created: 2021-02-01T20:32:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T15:00:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T06:23:55.290Z (over 1 year ago)
- Topics: kotlin, spring
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://jitpack.io/#justprodev/LongLivedCache)

[](https://codecov.io/gh/justprodev/LongLivedCache)
The cache for a some heavily loaded but few updatable services
Cached entities can be connected by relation child->parents.
This connection guarantees that parent always be updated if child is wanted to be updated.