| 程序包 | 说明 |
|---|---|
| org.h2.store |
Storage abstractions, such as a file with a cache, or a class to
convert values to a byte array and vice versa.
|
| org.h2.util |
Internal utility classes.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Cache |
PageStore.getCache() |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
Copyright © 2017. All rights reserved.