Package com.axelor.file.store.s3
Class S3Cache
java.lang.Object
com.axelor.file.store.s3.S3Cache
A caching when working with S3 as file storage using LRU (Least Recently Used) strategy: the
element that hasn't been used for the longest time will be evicted from the cache
-
Field Summary
Fields -
Method Summary
-
Field Details
-
CACHE_ENABLED
public static final boolean CACHE_ENABLED
-
-
Method Details
-
getInstance
-
get
-
put
-
put
-
remove
-
size
public int size() -
isEmpty
public boolean isEmpty() -
clear
public void clear()
-