Uses of Class
javax.cache.MutableConfiguration

Packages that use MutableConfiguration
javax.cache

This package contains the API for JCache. 

 

Uses of MutableConfiguration in javax.cache
 

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



Copyright © 2013. All Rights Reserved.