| Package | Description |
|---|---|
| io.siddhi.core.table | |
| io.siddhi.core.util.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheTable
common interface for FIFO, LRU, and LFU cache tables
|
class |
CacheTableFIFO
cache table with FIFO entry removal
|
class |
CacheTableLFU
cache table with FIFO entry removal
|
class |
CacheTableLRU
cache table with LRU entry removal
|
| Constructor and Description |
|---|
CacheExpirer(long retentionPeriod,
InMemoryTable cacheTable,
Map<String,Table> tableMap,
AbstractQueryableRecordTable storeTable,
SiddhiAppContext siddhiAppContext) |
Copyright © 2019. All rights reserved.