Package org.opensearch.common.cache


package org.opensearch.common.cache
Base Cache package.
  • Class
    Description
    Cache<K,V>
    A simple concurrent cache.
    Cache statistics
    The cache builder.
    An interface for a cache loader.
    Listener for removing an element from the cache
    Notification when an element is removed from the cache
    Reason for notification removal
    A class that can determine the weight of a value.