| Package | Description |
|---|---|
| org.h2.store | |
| org.h2.util |
| Modifier and Type | Method and Description |
|---|---|
Cache |
PageStore.getCache() |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheLRU
A cache implementation based on the last recently used (LRU) algorithm.
|
class |
CacheTQ
An alternative cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheLRU.getCache(CacheWriter writer,
String cacheType,
int cacheSize)
Create a cache of the given type and size.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.