Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface CachePolicy

    interface CachePolicy {
        key?: string;
        maxAgeMs: number;
        scope?: "private" | "public";
    }
    Index

    Properties

    Properties

    key?: string
    maxAgeMs: number
    scope?: "private" | "public"