Interface CaffeineCache

    • Method Detail

      • keySet

        Set<Object> keySet()
        Returns an unmodifiable Set view of the keys contained in this cache. If the cache entries are modified while an iteration over the set is in progress, the set will remain unchanged.
        Returns:
        a set view of the keys contained in this cache