public class CacheConfig
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheConfig.Builder |
| Constructor and Description |
|---|
CacheConfig() |
| Modifier and Type | Method and Description |
|---|---|
static CacheConfig.Builder |
builder() |
Cacheable |
getCacheable() |
java.lang.Class |
getCacheClass() |
EvictionPolicy |
getEvictionPolicy() |
int |
getMaxSize() |
public int getMaxSize()
public Cacheable getCacheable()
public EvictionPolicy getEvictionPolicy()
public java.lang.Class getCacheClass()
public static CacheConfig.Builder builder()
Copyright © 2025. All rights reserved.