| Package | Description |
|---|---|
| tech.mlsql.common.utils.cache |
| Modifier and Type | Method and Description |
|---|---|
static CacheBuilderSpec |
CacheBuilderSpec.disableCaching()
Returns a CacheBuilderSpec that will prevent caching.
|
static CacheBuilderSpec |
CacheBuilderSpec.parse(String cacheBuilderSpecification)
Creates a CacheBuilderSpec from a string.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheBuilder<Object,Object> |
CacheBuilder.from(CacheBuilderSpec spec)
Constructs a new
CacheBuilder instance with the settings specified in spec. |
Copyright © 2020. All rights reserved.