| 程序包 | 说明 |
|---|---|
| com.ds.hsql |
| 限定符和类型 | 方法和说明 |
|---|---|
static Cache |
HsqlDbCacheFactory.createCache(String name,
int maxCacheSize,
long maxLifetime,
HsqlDbServer db) |
| 构造器和说明 |
|---|
HsqlDbCache(String name,
int maxSize,
long maxLifetime,
HsqlDbServer db)
Create a new cache and specify the maximum size of for the cache in
bytes, and the maximum lifetime of objects.
|
Copyright © 2023 onecode. All rights reserved.