Interface ExpirableStorage<K,​V,​R extends BiPredicate<K,​V>>

    • Method Detail

      • keys

        Set<K> keys​(R test)
        Returns all keys that match the given predicate
      • removeIf

        void removeIf​(R test)
        Removes all the values that matches against the given predicate