java - Use Guava Cache to persist data to a hard disk -
i new guava cache. how create following in cache?
- save data in memory normal.
- when size of cache on given number, persist data in cache in configurable file on hard disk.
this helpful: extending guava caches overflow disk
Comments
Post a Comment