Uses of Class
uk.co.spudsoft.jwtvalidatorvertx.impl.AsyncLoadingCache.TimedObject
Packages that use AsyncLoadingCache.TimedObject
-
Uses of AsyncLoadingCache.TimedObject in uk.co.spudsoft.jwtvalidatorvertx.impl
Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return AsyncLoadingCache.TimedObjectModifier and TypeMethodDescriptionFactory method for cache entries.Methods in uk.co.spudsoft.jwtvalidatorvertx.impl that return types with arguments of type AsyncLoadingCache.TimedObjectModifier and TypeMethodDescriptionio.vertx.core.Future
<AsyncLoadingCache.TimedObject<io.vertx.core.json.JsonObject>> Get a JsonObject from a URL and return it as Future with an expiry time.Methods in uk.co.spudsoft.jwtvalidatorvertx.impl with parameters of type AsyncLoadingCache.TimedObjectModifier and TypeMethodDescriptionvoid
AsyncLoadingCache.put
(K key, AsyncLoadingCache.TimedObject<V> value) Associatesvalue
withkey
in this cache.Method parameters in uk.co.spudsoft.jwtvalidatorvertx.impl with type arguments of type AsyncLoadingCache.TimedObject