Uses of Class
io.keikai.doc.collab.lib0.Cache
Packages that use Cache
-
Uses of Cache in io.keikai.doc.collab.lib0
Methods in io.keikai.doc.collab.lib0 that return CacheMethods in io.keikai.doc.collab.lib0 with parameters of type CacheModifier and TypeMethodDescriptionstatic Objectstatic ObjectWorks well in conjunktion with setIfUndefined which has an async init function.static voidCache.refreshTimeout(Cache cache, Object key) static Objectstatic voidstatic CompletableFuture<?>Cache.setIfUndefined(Cache cache, Object key, Supplier<CompletableFuture<?>> init) static CompletableFuture<?>Cache.setIfUndefined(Cache cache, Object key, Supplier<CompletableFuture<?>> init, boolean removeNull)