public class CacheMgmt extends java.lang.Object implements ICacheMgmt
| Modifier and Type | Method and Description | 
|---|---|
Stream | 
dumpContent()
Serializes the content of all caches
 
  
 {
    "cache1": {
        key0: value,
        key1: value,
    },
    "cacheN": {
        keyX: valueY
    }
 }
  | 
void | 
flushCaches()
Flushes all internal caches 
 | 
public CacheMgmt(BmContext context)
public void flushCaches()
                 throws ServerFault
ICacheMgmtflushCaches in interface ICacheMgmtServerFaultpublic Stream dumpContent()
ICacheMgmt
 {
    "cache1": {
        key0: value,
        key1: value,
    },
    "cacheN": {
        keyX: valueY
    }
 }
 dumpContent in interface ICacheMgmtCopyright © 2023. All Rights Reserved.