guava-cache-overflow-extension
guava-cache-overflow-extension copied to clipboard
A Guava cache extension that allows caches to overflow to disk.
Results
1
guava-cache-overflow-extension issues
Sort by
recently updated
recently updated
newest added
Neither expireAfterWrite, nor expireAfterAccess work when using this extension. What really happens is that expired entry is going through removal process in Guava cache, but instead of being deleted it...