public interface ExportableSdkCache
Modifier and Type | Method and Description |
---|---|
Map<String,Long> |
cacheStatus()
Returns current cache status
|
List<ExportableCi> |
exportItems()
Exports current items in the cache
|
void |
importItems(List<ExportableCi> items)
Imports provided items into the cache
|
List<ExportableCi> exportItems()
ExportableCi
containing all the items currently in the cachevoid importItems(List<ExportableCi> items)
items
- List of ExportableCi
to be inserted into the cacheCopyright © 2016–2025. All rights reserved.