public class CacheFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static CacheError |
createCacheError()
Creates an instance of a cache error.
|
static PayloadCache |
createPayloadCache(PayloadCacheConfigOptions configOptions,
CacheError error)
Creates an instance of a payload cache container.
|
static PayloadCacheConfigOptions |
createPayloadCacheConfig()
Creates an instance of a payload cache configuration options.
|
static PayloadCursor |
createPayloadCursor()
Creates an instance of a payload entry cursor.
|
static PayloadEntry |
createPayloadEntry(PayloadCache cacheInstance,
CacheError error)
Creates an instance of a payload entry.
|
public static PayloadCache createPayloadCache(PayloadCacheConfigOptions configOptions, CacheError error)
configOptions - The options for configuring this cache containererror - Error information populated if this function failsPayloadCache,
PayloadCacheConfigOptions,
CacheErrorpublic static PayloadEntry createPayloadEntry(PayloadCache cacheInstance, CacheError error)
cacheInstance - The cache where this entry will be createderror - Error information populated if the cache entry cannot be createdPayloadCache,
PayloadEntry,
CacheErrorpublic static PayloadCursor createPayloadCursor()
PayloadCursorpublic static PayloadCacheConfigOptions createPayloadCacheConfig()
PayloadCacheConfigOptionspublic static CacheError createCacheError()
CacheErrorCopyright @ 2021 Refinitiv. All Rights Reserved.