Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T12:45:11.000Z (7 months ago)
- Last Synced: 2024-05-03T16:46:35.508Z (7 months ago)
- Topics: kotlin, spring
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![](https://jitpack.io/v/justprodev/LongLivedCache.svg)](https://jitpack.io/#justprodev/LongLivedCache)
![tests](https://github.com/justprodev/LongLivedCache/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/gh/justprodev/LongLivedCache/graph/badge.svg?token=MJXRVV8W92)](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.