Ehcache avoid storing sensitive data to disk?
问题 We want to cache, using Ehcache, sensitive data that should never be stored to disk (data can only reside in main memory). It is the kind of data that is illegal for it to be stored on disk at all and therefore needs to be treated with a certain caution. We are already using Ehcache (both with and without terracotta) for common caching purposes. I know that Ehcache provides the option to cache on both to main memory and to disk, and additionally it allows to overflowtodisk when using main