Original address:Guava Library Learning: Learning Guava Cache Knowledge Summary
At this point, we ended our learning of the guava cache caching mechanism, and during the learning process we learned how to simply create the simplest concurrentmap cache through mapmaker, and we also learned about the advanced features of the cache and the powerful Loadingcache We also explored and learned the Cachebuilder, Cacheloader these core API, as well as Cachestats, Removallitener, and so on, the following to do some summary of these articles, convenient for later review and review.
Guava Library Learning: Learning Guava Cache (a) MapMaker
Guava Library Learning: Learning Guava Cache (ii) Guava caches (1) _cache
Guava Library Learning: Learning Guava Cache (ii) Guava caches (2) _loadingcache
Guava Library Learning: Learning Guava Cache (iii) Cachebuilder
Guava Library Learning: Learning Guava Cache (iv) CACHEBUILDERSPEC
Guava Library Learning: Learning Guava Cache (v) cacheloader
Guava Library Learning: Learning Guava Cache (vi) cachestats
Guava Library Learning: Learning Guava Cache (vii) Removallistener (1) _removalnotification
Guava Library Learning: Learning Guava Cache (vii) Removallistener (2) _removallisteners
Guava Library Learning: Learning Guava Cache Knowledge Summary