Uses of Class
javax.cache.SimpleConfiguration

Packages that use SimpleConfiguration
javax.cache

This package contains the API for JCache. 

 

Uses of SimpleConfiguration in javax.cache
 

Methods in javax.cache that return SimpleConfiguration
 SimpleConfiguration<K,V> SimpleConfiguration.registerCacheEntryListener(CacheEntryListener<? super K,? super V> cacheEntryListener, boolean requireOldValue, CacheEntryEventFilter<? super K,? super V> cacheEntryEventFilter, boolean synchronous)
          Add a CacheEntryListener.
 SimpleConfiguration<K,V> SimpleConfiguration.setCacheLoader(CacheLoader<K,? extends V> loader)
          Set the CacheLoader.
 SimpleConfiguration<K,V> SimpleConfiguration.setCacheWriter(CacheWriter<? super K,? super V> writer)
          Set the CacheWriter.
 SimpleConfiguration<K,V> SimpleConfiguration.setExpiryPolicy(ExpiryPolicy<? super K,? super V> policy)
          Set the ExpiryPolicy.
 SimpleConfiguration<K,V> SimpleConfiguration.setReadThrough(boolean isReadThrough)
          Set if read-through caching should be used.
 SimpleConfiguration<K,V> SimpleConfiguration.setStoreByValue(boolean isStoreByValue)
          Set if a configured cache should use "store-by-value" or "store-by-reference" semantics.
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactionMode(Mode mode)
          Set the Transaction Mode.
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactions(IsolationLevel level, Mode mode)
          Set the Transaction IsolationLevel and Mode.
 SimpleConfiguration<K,V> SimpleConfiguration.setTransactionsEnabled(boolean isTransactionsEnabled)
          Set if transactions should be enabled.
 SimpleConfiguration<K,V> SimpleConfiguration.setWriteThrough(boolean isWriteThrough)
          Set if write-through caching should be used.
 



Copyright © 2013. All Rights Reserved.