SmythOS SDK
    Preparing search index...

    Namespace Cache

    Cache instance factory functions for each cache provider.

    const cache = Cache.Redis();
    await cache.set('key', 'value');

    Cache

    Variables

    default
    LocalStorage
    RAM
    Redis
    S3