Package org.apache.derby.impl.services.cache


package org.apache.derby.impl.services.cache
  • Class
    Description
    A background cleaner that ConcurrentCache can use to clean Cacheables asynchronously in a background instead of synchronously in the user threads.
    Class representing an entry in the cache.
    Implementation of a replacement policy which uses the clock algorithm.
    A cache manager based on the utilities found in the java.util.concurrent package.
    Factory class which creates cache manager instances based on the ConcurrentCache implementation.
    This class provides monitoring capabilities for ConcurrentCache through Java Management Extension (JMX).
    Interface that must be implemented by classes that provide a replacement algorithm for ConcurrentCache.
    The interface for the callback objects that ConcurrentCache uses to notify the replacement algorithm about events such as look-ups and removals.