Uses of Interface
org.apache.sis.util.collection.Cache.Handler
-
Packages that use Cache.Handler Package Description org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of Cache.Handler in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return Cache.Handler Modifier and Type Method Description Cache.Handler<V>
Cache. lock(K key)
Gets a lock for the entry at the given key and returns a handler to be used by the caller for unlocking and storing the result.
-