An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# cache-example
Example cache implementation using Guava

The 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.