MCPcopy Create free account
hub / github.com/Tencent/MMKV / clearMemoryCache

Function clearMemoryCache

Android/MMKV/mmkv/src/main/cpp/flutter-bridge.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558MMKV_EXPORT void clearMemoryCache(void *handle) {
559 MMKV *kv = static_cast<MMKV *>(handle);
560 if (kv) {
561 kv->clearMemoryCache();
562 }
563}
564
565MMKV_EXPORT int32_t pageSize() {
566 return static_cast<int32_t>(DEFAULT_MMAP_SIZE);

Callers

nothing calls this directly

Calls 1

clearMemoryCacheMethod · 0.45

Tested by

no test coverage detected