Package org.apache.sis.util.collection
Class Cache.Strong
java.lang.Object
org.apache.sis.internal.system.DelayedRunnable
org.apache.sis.internal.system.DelayedRunnable.Immediate
org.apache.sis.util.collection.Cache.Strong
- All Implemented Interfaces:
Comparable<Delayed>
,Runnable
,Delayed
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.system.DelayedRunnable
DelayedRunnable.Immediate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Process to the replacement of eldest strong references by weak references.Methods inherited from class org.apache.sis.internal.system.DelayedRunnable.Immediate
compareTo, getDelay
-
Field Details
-
key
-
value
-
-
Constructor Details
-
Strong
-
-
Method Details
-
run
public void run()Process to the replacement of eldest strong references by weak references. This method should be invoked from the background thread only.
-