| 程序包 | 说明 |
|---|---|
| org.h2.util |
Internal utility classes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheLRU
A cache implementation based on the last recently used (LRU) algorithm.
|
class |
CacheTQ
An alternative cache implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Cache |
CacheLRU.getCache(CacheWriter writer,
String cacheType,
int cacheSize)
Create a cache of the given type and size.
|
static Cache |
CacheLRU.getCache(CacheWriter writer,
String cacheType,
int cacheSize)
Create a cache of the given type and size.
|
Copyright © 2022. All rights reserved.