Class MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl

java.lang.Object
io.helidon.webserver.staticcontent.MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl
All Implemented Interfaces:
Prototype.Api, Prototype.Factory<MemoryCache>, MemoryCacheConfig, Supplier<MemoryCache>
Enclosing class:
MemoryCacheConfig.BuilderBase<BUILDER extends MemoryCacheConfig.BuilderBase<BUILDER,PROTOTYPE>,PROTOTYPE extends MemoryCacheConfig>

protected static class MemoryCacheConfig.BuilderBase.MemoryCacheConfigImpl extends Object implements MemoryCacheConfig, Supplier<MemoryCache>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
  • Constructor Details

    • MemoryCacheConfigImpl

      protected MemoryCacheConfigImpl(MemoryCacheConfig.BuilderBase<?,?> builder)
      Create an instance providing a builder.
      Parameters:
      builder - extending builder base of this prototype
  • Method Details