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

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

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

Subinterfaces of UnawareCache in de.smartics.properties.spi.config.cache
 interface Cache<K,V>
          The cache interface for all caches for smartics properties.
 

Classes in de.smartics.properties.spi.config.cache that implement UnawareCache
 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 UnawareCache
 UnawareCache<?,?> InMemoryCacheManager.getPropertiesCache(String cacheName)
          Returns the cache with the given name.
static UnawareCache<?,?> CacheManagerFactory.getPropertiesCache(String cacheName)
          Returns the cache with the given name.
 UnawareCache<?,?> CacheManager.getPropertiesCache(String cacheName)
          Returns the properties cache with the given name.
 



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