com.metamatrix.cache.jboss
Class JBossCacheFactory

java.lang.Object
  extended by com.metamatrix.cache.jboss.JBossCacheFactory
All Implemented Interfaces:
CacheFactory

public class JBossCacheFactory
extends java.lang.Object
implements CacheFactory


Constructor Summary
JBossCacheFactory(org.jboss.cache.Cache cacheStore)
           
 
Method Summary
 void destroy()
           
 Cache get(Cache.Type type, CacheConfiguration config)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossCacheFactory

public JBossCacheFactory(org.jboss.cache.Cache cacheStore)
Method Detail

get

public Cache get(Cache.Type type,
                 CacheConfiguration config)

Specified by:
get in interface CacheFactory

destroy

public void destroy()
Specified by:
destroy in interface CacheFactory


Copyright © 2009. All Rights Reserved.