@valon-technologies/gestalt
    Preparing search index...

    Interface CacheGetRequest

    CacheGetRequest loads one cache key.

    interface CacheGetRequest {
        key: string;
    }
    Index

    Properties

    Properties

    key: string