Interface FluentCacheConfigurationBuilder<K,​V,​B extends FluentCacheConfigurationBuilder<K,​V,​?>>

  • Type Parameters:
    K - cache key type
    V - cache value type
    B - builder sub-type
    All Superinterfaces:
    Builder<CacheConfiguration<K,​V>>

    public interface FluentCacheConfigurationBuilder<K,​V,​B extends FluentCacheConfigurationBuilder<K,​V,​?>>
    extends Builder<CacheConfiguration<K,​V>>
    A fluent builder of CacheConfiguration instances.