Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.84 KB

File metadata and controls

47 lines (27 loc) · 1.84 KB

Null cache Schema

https://example.com/autoDownloader/schemas/caches/NullCache.json

Fake cache that doesn't cache anything. Use if you don't need caching.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none NullCache.json

Null cache Type

object (Null cache)

Null cache Properties

Property Type Required Nullable Defined by
type string Required cannot be null Null cache

type

type

  • is required

  • Type: string

  • cannot be null

  • defined in: Null cache

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"NullCache"