Package com.kingsrook.qqq.backend.core.utils.memoization
package com.kingsrook.qqq.backend.core.utils.memoization
-
ClassesClassDescriptionMeant to serve as the key in a Memoization where we actually don't need a parameter.Memoization<K,
V> Basic memoization functionality - with result timeouts (only when doing a get - there's no cleanup thread), and max-size.Object stored in the Memoization class.