|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opensymphony.oscache.extra.CacheEntryEventListenerImpl
org.infoglue.deliver.util.ExtendedCacheEntryEventListenerImpl
public class ExtendedCacheEntryEventListenerImpl
| Constructor Summary | |
|---|---|
ExtendedCacheEntryEventListenerImpl()
|
|
| Method Summary | |
|---|---|
void |
cacheEntryAdded(com.opensymphony.oscache.base.events.CacheEntryEvent event)
Handles the event fired when an entry is added in the cache. |
void |
cacheEntryFlushed(com.opensymphony.oscache.base.events.CacheEntryEvent event)
Handles the event fired when an entry is flushed from the cache. |
void |
cacheEntryRemoved(com.opensymphony.oscache.base.events.CacheEntryEvent event)
Handles the event fired when an entry is removed from the cache. |
void |
cacheEntryUpdated(com.opensymphony.oscache.base.events.CacheEntryEvent event)
Handles the event fired when an entry is updated in the cache. |
void |
cacheFlushed(com.opensymphony.oscache.base.events.CachewideEvent event)
Handles the event fired when a cache flush occurs. |
java.lang.String |
toString()
Returns the internal values in a string form |
| Methods inherited from class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl |
|---|
cacheGroupFlushed, cachePatternFlushed, getCacheFlushedCount, getEntryAddedCount, getEntryFlushedCount, getEntryRemovedCount, getEntryUpdatedCount, getGroupFlushedCount, getPatternFlushedCount |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedCacheEntryEventListenerImpl()
| Method Detail |
|---|
public void cacheEntryAdded(com.opensymphony.oscache.base.events.CacheEntryEvent event)
cacheEntryAdded in interface com.opensymphony.oscache.base.events.CacheEntryEventListenercacheEntryAdded in class com.opensymphony.oscache.extra.CacheEntryEventListenerImplevent - The event triggered when a cache entry has been addedpublic void cacheEntryFlushed(com.opensymphony.oscache.base.events.CacheEntryEvent event)
cacheEntryFlushed in interface com.opensymphony.oscache.base.events.CacheEntryEventListenercacheEntryFlushed in class com.opensymphony.oscache.extra.CacheEntryEventListenerImplevent - The event triggered when a cache entry has been flushedpublic void cacheEntryRemoved(com.opensymphony.oscache.base.events.CacheEntryEvent event)
cacheEntryRemoved in interface com.opensymphony.oscache.base.events.CacheEntryEventListenercacheEntryRemoved in class com.opensymphony.oscache.extra.CacheEntryEventListenerImplevent - The event triggered when a cache entry has been removedpublic void cacheEntryUpdated(com.opensymphony.oscache.base.events.CacheEntryEvent event)
cacheEntryUpdated in interface com.opensymphony.oscache.base.events.CacheEntryEventListenercacheEntryUpdated in class com.opensymphony.oscache.extra.CacheEntryEventListenerImplevent - The event triggered when a cache entry has been updatedpublic void cacheFlushed(com.opensymphony.oscache.base.events.CachewideEvent event)
cacheFlushed in interface com.opensymphony.oscache.base.events.CacheEntryEventListenercacheFlushed in class com.opensymphony.oscache.extra.CacheEntryEventListenerImplevent - The event triggered when an entire cache is flushedpublic java.lang.String toString()
toString in class com.opensymphony.oscache.extra.CacheEntryEventListenerImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||