Package flexagon.ff.common.core.utils
Class TimedCache<K,V>
java.lang.Object
flexagon.ff.common.core.utils.TimedCache<K,V>
- Type Parameters:
K-V-
Wrapper for HashMap with simple timeout based expiry.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimedCache
public TimedCache(long expiryMillis)
-
-
Method Details
-
get
-
remove
-
put
-
clear
public void clear()
-