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

Function clearMemoryCache

flutter/mmkv_linux/linux/flutter-bridge.cpp:536–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536MMKV_EXPORT void clearMemoryCache(void *handle) {
537 MMKV *kv = static_cast<MMKV *>(handle);
538 if (kv) {
539 kv->clearMemoryCache();
540 }
541}
542
543MMKV_EXPORT int32_t pageSize() {
544 return static_cast<int32_t>(DEFAULT_MMAP_SIZE);

Callers

nothing calls this directly

Calls 1

clearMemoryCacheMethod · 0.45

Tested by

no test coverage detected