Uses of Interface
de.smartics.properties.spi.config.cache.Cache

Packages that use Cache
de.smartics.properties.spi.config.cache Provides an cache manager that provides Infinispan caches. 
 

Uses of Cache in de.smartics.properties.spi.config.cache
 

Classes in de.smartics.properties.spi.config.cache that implement Cache
 class AmnesiaCache<K,V>
          Fake implementation of a cache.
 class InMemoryCache<K,V>
          Fake implementation of a cache.
 

Methods in de.smartics.properties.spi.config.cache that return Cache
 Cache<?,?> InMemoryCacheManager.getConfigurationsCache(String cacheName)
          Returns the cache with the given name.
static Cache<?,?> CacheManagerFactory.getConfigurationsCache(String cacheName)
          Returns the cache with the given name.
 Cache<?,?> CacheManager.getConfigurationsCache(String cacheName)
          Returns the configurations cache with the given name.
 Cache<?,?> AmnesiaCacheManager.getConfigurationsCache(String cacheName)
          Returns the cache with the given name.
 Cache<?,?> AmnesiaCacheManager.getPropertiesCache(String cacheName)
          Returns the cache with the given name.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.