public final class PageCache extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getCapacity()
Returns the capacity of the page cache.
|
static void |
setCapacity(int capacity)
Sets the capacity of the page cache.
|
public static int getCapacity()
public static void setCapacity(int capacity)
capacity
- specifies the new capacity of the page cache, in pages.IllegalArgumentException
- if capacity
is negative.Copyright © 2020. All rights reserved.