Interface IMutableCache<KEYTYPE,​VALUETYPE>

    • Method Detail

      • removeFromCache

        @Nonnull
        EChange removeFromCache​(KEYTYPE aKey)
        Remove the given key from the cache.
        Parameters:
        aKey - The key to be removed. May be nullable or not - depends upon the implementation.
        Returns:
        EChange.CHANGED upon success, EChange.UNCHANGED if the key was not within the cache,