复制
static clearElementCache(): void;
示例
复制
import { PluginCommAPI } from 'sn-plugin-lib';
/**
* 清空 Element 原生缓存的示例。
*/
export async function exampleClearElementCache() {
PluginCommAPI.clearElementCache();
}
清除 Element 的 Android 本地缓存;清除后旧的 Element 对象将无法使用。