Module ojalgo

Interface ForgetfulMap.ValueCache<V>

    • Method Detail

      • flushCache

        void flushCache()
      • getCachedObject

        V getCachedObject()
      • isCacheSet

        boolean isCacheSet()
        Is there currently a value cached for this key?
      • makeDirty

        void makeDirty()
        Will force re-creation of the value the next time getCachedObject() is called. This method does NOT immediately remove or invalidate the value from the underlying cache.