Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jcs.engine Classes and Interfaces - 77 results found.
NameDescriptionTypePackageFramework
AbstractCacheEventQueueClassorg.apache.commons.jcs.engineApache Commons
AbstractCacheEventQueue .NodeThe queue is composed of nodes.Classorg.apache.commons.jcs.engine.AbstractCacheEventQueueApache Commons
AbstractDoubleLinkedListMemoryCacheThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
AbstractDoubleLinkedListMemoryCache .IteratorWrapperClassorg.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCacheApache Commons
AbstractDoubleLinkedListMemoryCache .MapEntryWrapperClassorg.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCacheApache Commons
AbstractMemoryCacheThis base includes some common code for memory caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
CacheAdaptorUsed for Cache-to-Cache messaging purposes.Classorg.apache.commons.jcs.engineApache Commons
CacheConstantsConstants used throughout the JCS cache engineVersion:$Id: CacheConstants.Interfaceorg.apache.commons.jcs.engineApache Commons
CacheElementGeneric element wrapper.Classorg.apache.commons.jcs.engineApache Commons
CacheElementSerializedEither serialized value or the value should be null;See Also:Serialized FormClassorg.apache.commons.jcs.engineApache Commons
CacheEventIt's returned from create and passed into log.Classorg.apache.commons.jcs.engine.loggingApache Commons
CacheEventLoggerDebugLoggerThis implementation simple logs to a commons logger at debug level, for all events.Classorg.apache.commons.jcs.engine.loggingApache Commons
CacheEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engineApache Commons
CacheEventQueueFactoryThis class hands out event Queues.Classorg.apache.commons.jcs.engineApache Commons
CacheGroupHolder for attributes specific to a group.Classorg.apache.commons.jcs.engineApache Commons
CacheInfoThis is a static variable holder for the distribution auxiliaries that need something like a vmid.Classorg.apache.commons.jcs.engineApache Commons
CacheListenersClassorg.apache.commons.jcs.engineApache Commons
CacheStatsThis class stores cache historical and statistics data for a region.Classorg.apache.commons.jcs.engine.statsApache Commons
CacheStatusClassorg.apache.commons.jcs.engineApache Commons
CacheWatchRepairableIntercepts the requests to the underlying ICacheObserver object so that the listeners can be recorded locally for remote connection recovery purposes.Classorg.apache.commons.jcs.engineApache Commons
CompositeCacheThis is the primary hub for a single cache/region.Classorg.apache.commons.jcs.engine.controlApache Commons
CompositeCacheAttributesThe CompositeCacheAttributes defines the general cache region settings.Classorg.apache.commons.jcs.engineApache Commons
CompositeCacheConfiguratorThis class configures JCS based on a properties object.Classorg.apache.commons.jcs.engine.controlApache Commons
CompositeCacheManagerManages a composite cache.Classorg.apache.commons.jcs.engine.controlApache Commons
ElementAttributesThis it the element attribute descriptor class.Classorg.apache.commons.jcs.engineApache Commons
ElementEventElement events will trigger the creation of Element Event objects.Classorg.apache.commons.jcs.engine.control.eventApache Commons
ElementEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engine.control.eventApache Commons
ElementEventTypeenum ElementEventTypeThis describes the events that an item can encounter.Classorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
FIFOMemoryCacheThe items are spooled in the order they are added.Classorg.apache.commons.jcs.engine.memory.fifoApache Commons
GroupAttrNameDescription of the ClassSee Also:Serialized FormClassorg.apache.commons.jcs.engine.control.groupApache Commons
GroupIdUsed to avoid name conflict when group cache items are mixed with non-group cache items in theSee Also:Serialized FormClassorg.apache.commons.jcs.engine.control.groupApache Commons
ICacheThis is the top level interface for all cache like structures.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheElementEvery item is the cache is wrapped in an ICacheElement.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheElementSerializedThis interface defines the behavior of the serialized element wrapper.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheEventDefines the common fields required by a cache event.Interfaceorg.apache.commons.jcs.engine.logging.behaviorApache Commons
ICacheEventLoggerThis defines the behavior for event logging.Interfaceorg.apache.commons.jcs.engine.logging.behaviorApache Commons
ICacheEventQueueInterface for a cache event queue.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheEventQueue .QueueTypeDoes not use a thread pool.Classorg.apache.commons.jcs.engine.behavior.ICacheEventQueueApache Commons
ICacheListenerUsed to receive a cache event notification.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheManagerInterface implemented by a specific cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheObserverUsed to register interest in receiving cache changes.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheRestoreInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceUsed to retrieve and update the cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceAdminInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheServiceNonLocalUsed to retrieve and update non local caches, such as the remote and lateral caches.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheStatsThis holds stat information on a region.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
ICacheTypeInterface implemented by a specific cache.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICacheType .CacheTypeComposite/ memory cache type, central hub.Classorg.apache.commons.jcs.engine.behavior.ICacheTypeApache Commons
ICompositeCacheAttributesThis defines the minimal behavior for the Cache Configuration settings.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
ICompositeCacheAttributes .DiskUsagePatternItems will only go to disk when the memory limit is reached.Classorg.apache.commons.jcs.engine.behavior.ICompositeCacheAttributesApache Commons
ICompositeCacheManagerI need the interface so I can plug in mock managers for testing.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IElementAttributesInterface for cache element attributes classes.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IElementEventDefines how an element event object should behave.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementEventHandlerThis interface defines the behavior for event handler.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementEventQueueInterface for an element event queue.Interfaceorg.apache.commons.jcs.engine.control.event.behaviorApache Commons
IElementSerializerDefines the behavior for cache element serializers.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IKeyMatcherKey matchers need to implement this interface.Interfaceorg.apache.commons.jcs.engine.match.behaviorApache Commons
IMemoryCacheFor the framework.Interfaceorg.apache.commons.jcs.engine.memory.behaviorApache Commons
IProvideSchedulerMarker interface for providers of the central ScheduledExecutorServiceAuthor:Thomas VandahlInterfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IRequireSchedulerMarker interface to allow the injection of a central ScheduledExecutorService for all modules requiring scheduled background operations.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IShutdownObservableShutdownObservers can observe ShutdownObservable objects.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IShutdownObserverThis interface is required of all shutdown observers.Interfaceorg.apache.commons.jcs.engine.behaviorApache Commons
IStatElementIAuxiliaryCacheStats will hold these IStatElements.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
IStatsThis interface defines the common behavior for a stats holder.Interfaceorg.apache.commons.jcs.engine.stats.behaviorApache Commons
KeyMatcherPatternImplThis implementation of the KeyMatcher uses standard Java Pattern matching.Classorg.apache.commons.jcs.engine.matchApache Commons
LHMLRUMemoryCacheThis is a test memory manager using the jdk1.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
LRUMemoryCacheA fast reference management system.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
MemoryElementDescriptorThis wrapper is needed for double linked lists.Classorg.apache.commons.jcs.engine.memory.utilApache Commons
MRUMemoryCacheThe most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache.Classorg.apache.commons.jcs.engine.memory.mruApache Commons
PooledCacheEventQueueAn event queue is used to propagate ordered cache events to one and only one target listener.Classorg.apache.commons.jcs.engineApache Commons
ShrinkerThreadA background memory shrinker.Classorg.apache.commons.jcs.engine.memory.shrinkingApache Commons
StatElementThis is a stat data holder.Classorg.apache.commons.jcs.engine.statsApache Commons
StatsClassorg.apache.commons.jcs.engine.statsApache Commons
ZombieCacheServiceZombie adapter for any cache service.Classorg.apache.commons.jcs.engineApache Commons
ZombieCacheServiceNonLocalZombie adapter for the non local cache services.Classorg.apache.commons.jcs.engineApache Commons
ZombieCacheServiceNonLocal .ZombieEventBase of the other events.Classorg.apache.commons.jcs.engine.ZombieCacheServiceNonLocalApache Commons
ZombieCacheWatchClassorg.apache.commons.jcs.engineApache Commons