Uses of Interface
org.apache.sis.util.collection.Cache.Handler
Packages that use Cache.Handler
-
Uses of Cache.Handler in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement Cache.HandlerModifier and TypeClassDescriptionprivate final class
Cache.Simple<V>
A simple handler implementation wrapping an existing value.(package private) final class
A handler implementation used for telling to other threads that the current thread is computing a value.(package private) final class
A handler implementation used when the value is in process of being computed in another thread.Methods in org.apache.sis.util.collection that return Cache.HandlerModifier and TypeMethodDescriptionGets 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.