Top Interfaces Classes
module org.apache.derby.engine

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


Interface Summary

Modifier and TypeInterface and Description
pack-priv interface
ReplacementPolicy

Interface that must be implemented by classes that provide a replacement algorithm for ConcurrentCache.

Class Summary

Modifier and TypeClass and Description
pack-priv class
BackgroundCleaner

A background cleaner that ConcurrentCache can use to clean Cacheables asynchronously in a background instead of synchronously in the user threads.

pack-priv class
CacheEntry

Class representing an entry in the cache.

pack-priv class
ClockPolicy

Implementation of a replacement policy which uses the clock algorithm.

pack-priv class
ConcurrentCache

A cache manager based on the utilities found in the java.util.concurrent package.

public class
ConcurrentCacheFactory

Factory class which creates cache manager instances based on the ConcurrentCache implementation.

pack-priv class
ConcurrentCacheMBeanImpl

This class provides monitoring capabilities for ConcurrentCache through Java Management Extension (JMX).