Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaozhiliaoo/cache-practice
cache practice,include caffeine、ehcache、guava cache
https://github.com/xiaozhiliaoo/cache-practice
caffeine-cache guava guava-cache
Last synced: 9 days ago
JSON representation
cache practice,include caffeine、ehcache、guava cache
- Host: GitHub
- URL: https://github.com/xiaozhiliaoo/cache-practice
- Owner: xiaozhiliaoo
- Created: 2020-01-31T18:17:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T03:35:30.000Z (over 2 years ago)
- Last Synced: 2023-03-04T00:01:18.432Z (over 1 year ago)
- Topics: caffeine-cache, guava, guava-cache
- Language: Shell
- Homepage:
- Size: 12.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cache practice on memory
Research On Spring-Cache,Guava,Caffeine,Ehcache,JCache.
Cache is not only a tool but also a thought, cache is everything,everywhere,nature of things
Phil Karlton:"There are only two hard things in Computer Science: cache invalidation and naming things"
## useful link
[《The Essence of Caching - Ehcache》](https://www.youtube.com/watch?v=TszcAWgCXD0)
[《Caching 101: Caching on the JVM (and beyond)》](https://www.youtube.com/watch?v=FQfd8x29Ud8)