Uses of Interface
com.metamatrix.cache.Cache

Packages that use Cache
com.metamatrix.cache   
com.metamatrix.cache.jboss   
com.metamatrix.platform.security.authorization.cache   
 

Uses of Cache in com.metamatrix.cache
 

Methods in com.metamatrix.cache that return Cache
 Cache Cache.addChild(java.lang.String name)
          Add a child node to the current cache node
 Cache CacheFactory.get(Cache.Type type, CacheConfiguration config)
          Create / Get the cache for the give type use
 Cache Cache.getChild(java.lang.String name)
          Get the child cache node from the current node
 

Methods in com.metamatrix.cache that return types with arguments of type Cache
 java.util.List<Cache> Cache.getChildren()
          Get child nodes under this cache node.
 

Uses of Cache in com.metamatrix.cache.jboss
 

Classes in com.metamatrix.cache.jboss that implement Cache
 class JBossCache<K,V>
          Implementation of Cache using JBoss Cache
 

Methods in com.metamatrix.cache.jboss that return Cache
 Cache JBossCache.addChild(java.lang.String name)
          Add a child node to the current cache node
 Cache JBossCacheFactory.get(Cache.Type type, CacheConfiguration config)
          Create / Get the cache for the give type use
 Cache JBossCache.getChild(java.lang.String name)
          Get the child cache node from the current node
 

Methods in com.metamatrix.cache.jboss that return types with arguments of type Cache
 java.util.List<Cache> JBossCache.getChildren()
          Get child nodes under this cache node.
 

Uses of Cache in com.metamatrix.platform.security.authorization.cache
 

Constructors in com.metamatrix.platform.security.authorization.cache with parameters of type Cache
AuthorizationCache(Cache policyCache, Cache principalCache, java.util.Properties env)
          Construct with cache properties.
AuthorizationCache(Cache policyCache, Cache principalCache, java.util.Properties env)
          Construct with cache properties.
 



Copyright © 2009. All Rights Reserved.