https://github.com/manuelgu/cache-example
Example cache implementation (Guava)
https://github.com/manuelgu/cache-example
cache guava sql
Last synced: 7 months ago
JSON representation
Example cache implementation (Guava)
- Host: GitHub
- URL: https://github.com/manuelgu/cache-example
- Owner: manuelgu
- Created: 2017-07-29T14:58:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T18:00:03.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T03:26:33.514Z (8 months ago)
- Topics: cache, guava, sql
- Language: Java
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cache-example
Example cache implementation using GuavaThe so-called [Loading Cache](https://google.github.io/guava/releases/19.0/api/docs/com/google/common/cache/LoadingCache.html) maps the result of an SQL query and makes it available for later quick access.