Uses of Interface
org.terracotta.toolkit.cache.ToolkitCache

Packages that use ToolkitCache
org.terracotta.toolkit   
org.terracotta.toolkit.builder   
 

Uses of ToolkitCache in org.terracotta.toolkit
 

Methods in org.terracotta.toolkit that return ToolkitCache
<V> ToolkitCache<String,V>
Toolkit.getCache(String name, Class<V> klazz)
          Returns an already created ToolkitCache if one exists for the given name, otherwise creates one and returns it.
<V> ToolkitCache<String,V>
Toolkit.getCache(String name, Configuration configuration, Class<V> klazz)
          Returns an already created ToolkitCache if one exists for the given name parameter, otherwise creates one using the configuration parameter and returns it.
 

Uses of ToolkitCache in org.terracotta.toolkit.builder
 

Methods in org.terracotta.toolkit.builder with parameters of type ToolkitCache
 void ToolkitCacheConfigBuilder.apply(ToolkitCache cache)
          Applies the current changes from the builder to the ToolkitCache.
 



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.