Class NoOpCacheAccess<K,​V>


  • public class NoOpCacheAccess<K,​V>
    extends CacheAccess<K,​V>
    • Constructor Detail

      • NoOpCacheAccess

        public NoOpCacheAccess​(String cacheId,
                               String cacheRegion)
    • Method Detail

      • put

        public boolean put​(K key,
                           V value)
        Specified by:
        put in class CacheAccess<K,​V>
      • commit

        public void commit()
        Description copied from class: CacheAccess
        Committing the cache contents to file. This is the operation that makes the index actually persistent.
        Specified by:
        commit in class CacheAccess<K,​V>