Package org.flasby.util
package org.flasby.util
-
ClassDescriptiontypesafe operations on arrays not provided elsewhere.BlockingCache<Key,
Value> Cache<Key,Value> Callback<T>Convertor<From,To> Dispatcher<T>invokes a list of registered Callbacks with either an error or a success message.Pair<T>Pool<T>ShinyCache<Key,Value> is a cache which handles entry expiry and will ensure that multiple simultaneous requests using the same key will only make a single request to get the missing value.SimpleCache<Key,Value> is a simple cache which looks-up values if the key has no entry.
It is not very smart and does not handle simultaneous requests from multiple threads well as it will request the value multiple times.
There is no cache expiry support either.used to drive reports of timeouts.