Interface JCacheXDistributedCacheFactory.DistributedCacheConfigurator<K,​V>

  • Type Parameters:
    K - the key type
    V - the value type
    Enclosing class:
    JCacheXDistributedCacheFactory
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface JCacheXDistributedCacheFactory.DistributedCacheConfigurator<K,​V>
    Functional interface for configuring distributed cache builders.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void configure​(io.github.dhruv1110.jcachex.CacheFactory.DistributedCacheBuilder<K,​V> builder)
      Configures the distributed cache builder.
    • Method Detail

      • configure

        void configure​(io.github.dhruv1110.jcachex.CacheFactory.DistributedCacheBuilder<K,​V> builder)
        Configures the distributed cache builder.
        Parameters:
        builder - the cache configuration builder