java - Use Guava Cache to persist data to a hard disk -


i new guava cache. how create following in cache?

  1. save data in memory normal.
  2. 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

Popular posts from this blog

c - CUDA code not processing if block properly -

Android Capture Image From Camera -

Define custom list-style-type in CSS -