Interface MapCacheOptions<K,V>

Type Parameters:
K - type of key
V - type of value
All Superinterfaces:
CodecOptions<MapCacheOptions<K,V>,Codec>, ExMapOptions<MapCacheOptions<K,V>,K,V>, InvocationOptions<MapCacheOptions<K,V>>
All Known Implementing Classes:
MapCacheParams

public interface MapCacheOptions<K,V> extends ExMapOptions<MapCacheOptions<K,V>,K,V>
RMapCache instance options.
Author:
Nikita Koksharov
  • Method Details

    • name

      static <K, V> MapCacheOptions<K,V> name(String name)
      Creates options with the name of object instance
      Parameters:
      name - of object instance
      Returns:
      options instance
    • removeEmptyEvictionTask

      MapCacheOptions<K,V> removeEmptyEvictionTask()
      Removes eviction task from memory if map is empty upon entries eviction process completion.
      Returns:
      MapCacheOptions instance