Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.opensymphony.oscache.extra: Javadoc index of package com.opensymphony.oscache.extra.


Package Samples:

com.opensymphony.oscache.extra

Classes:

StatisticListenerImpl: A simple implementation of a statistic reporter which uses the CacheMapAccessEventListener, CacheEntryEventListener and ScopeEventListener. It uses the events to count the cache hit and misses and of course the flushes. We are not using any synchronized so that this does not become a bottleneck. The consequence is that on retrieving values, the operations that are currently being done won't be counted.
CacheEntryEventListenerImpl: Implementation of a CacheEntryEventListener. It use the events to count the operations performed on the cache. We are not using any synchronized so that this does not become a bottleneck. The consequence is that on retrieving values, the operations that are currently being done won't be counted.
CacheMapAccessEventListenerImpl: Implementation of a CacheMapAccessEventListener. It uses the events to count the cache hit and misses. We are not using any synchronized so that this does not become a bottleneck. The consequence is that on retrieving values, the operations that are currently being done won't be counted.
ScopeEventListenerImpl: Implementation of a ScopeEventListener that keeps track of the scope flush events. We are not using any synchronized so that this does not become a bottleneck. The consequence is that on retrieving values, the operations that are currently being done won't be counted.
TestCompleteExtra: Test class for the com.opensymphony.oscache.extra package. It invokes all the test suites of all the other classes of the package. $Id: TestCompleteExtra.java,v 1.1 2005/06/17 05:07:06 dres Exp $
TestCacheMapAccessEventListenerImpl: Test the cache map access event listener implementation $Id: TestCacheMapAccessEventListenerImpl.java,v 1.1 2005/06/17 05:07:07 dres Exp $
TestCacheEntryEventListenerImpl: Test the cache entry event listener implementation $Id: TestCacheEntryEventListenerImpl.java,v 1.1 2005/06/17 05:07:07 dres Exp $
TestScopeEventListenerImpl: Test the scope event listener implementation $Id: TestScopeEventListenerImpl.java,v 1.1 2005/06/17 05:07:06 dres Exp $

Home | Contact Us | Privacy Policy | Terms of Service