org.xwiki.cache.jbosscache.internal.event
Class JBossCacheCacheEvent<T>

java.lang.Object
  extended by org.xwiki.cache.jbosscache.internal.event.JBossCacheCacheEvent<T>
Type Parameters:
T - the class of the data stored in the cache.
All Implemented Interfaces:
CacheEvent<T>
Direct Known Subclasses:
JBossCacheCacheEntryEvent

public class JBossCacheCacheEvent<T>
extends java.lang.Object
implements CacheEvent<T>

Implements CacheEvent based on OSCache.

Version:
$Id$

Constructor Summary
JBossCacheCacheEvent(JBossCacheCache<T> cache)
           
 
Method Summary
 Cache<T> getCache()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossCacheCacheEvent

public JBossCacheCacheEvent(JBossCacheCache<T> cache)
Parameters:
cache - the cache which generated this event.
Method Detail

getCache

public Cache<T> getCache()

Specified by:
getCache in interface CacheEvent<T>
See Also:
CacheEvent.getCache()


Copyright © 2004-2011 XWiki. All Rights Reserved.