| 程序包 | 说明 |
|---|---|
| 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.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
PageStore
This class represents a file that is organized as a number of pages.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Cache |
CacheLRU.getCache(CacheWriter writer,
String cacheType,
int cacheSize)
Create a cache of the given type and size.
|
Copyright © 2017. All rights reserved.