effex-monorepo
    Preparing search index...

    Type Alias CacheKey

    CacheKey: ReadonlyArray<CacheKeySegment>

    A cache key is an array of primitive segments.

    ['posts']
    ['posts', 'feed']
    ['posts', userId]
    ['users', 42, true]