Interface Memoized<I,​O>

    • Method Detail

      • getCache

        Map<I,​O> getCache()
        Return a reference or copy to the memoized entries
      • clearCache

        void clearCache()
        Clear the cache