public final class CacheManager
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_BOOST_PROPERTY
The initial hits count for a newly cached value.
|
static String |
CACHE_DISABLED_PROPERTY
Disables the cache.
|
static String |
CACHE_SIZE_PROPERTY
The maximum number of points to keep in the cache.
|
static int |
DEFAULT_CACHE_BOOST
Default cache boost.
|
static int |
DEFAULT_CACHE_SIZE
Default cache size.
|
static String |
RESYNCHRONIZES_PROPERTY
Specifies that this processor is dedicated to resynchronization.
|
static String |
UPDATES_FILTERED_PROPERTY
Enables the updates filter.
|
Constructor and Description |
---|
CacheManager() |
public static final String CACHE_BOOST_PROPERTY
public static final String CACHE_DISABLED_PROPERTY
public static final String CACHE_SIZE_PROPERTY
public static final int DEFAULT_CACHE_BOOST
public static final int DEFAULT_CACHE_SIZE
public static final String RESYNCHRONIZES_PROPERTY
public static final String UPDATES_FILTERED_PROPERTY
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.