public final class Caches extends Object
| Constructor and Description |
|---|
Caches() |
| Modifier and Type | Method and Description |
|---|---|
static PrepareCache |
createPrepareCache(int capacity)
Create a new
PrepareCache by cache configuration. |
static QueryCache |
createQueryCache(int capacity)
Create a new
QueryCache by cache configuration. |
public static QueryCache createQueryCache(int capacity)
QueryCache by cache configuration.capacity - the capacity of QueryCache.QueryCache.public static PrepareCache createPrepareCache(int capacity)
PrepareCache by cache configuration.capacity - the capacity of PrepareCache.PrepareCache.Copyright © 2018–2023 asyncer.io. All rights reserved.