import { useStorage } from "@lume/storage"; export function AdvancedSettingScreen() { const storage = useStorage(); const clearCache = async () => { await storage.clearCache(); }; return (
Cache
Use for boost up nostr connection
); }