public abstract class CacheBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected MemorySize |
memorySize |
| Constructor and Description |
|---|
CacheBuilder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Cache |
build() |
static CacheBuilder |
newBuilder(Cache.CacheType type) |
protected MemorySize memorySize
public abstract Cache build()
public static CacheBuilder newBuilder(Cache.CacheType type)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.