CacheSettings src/Interface.ts#L124
The settings of the cache for the ClientOptions.
Properties:
Name | Type | Description |
---|---|---|
albums | boolean | Cache setting for spotify albums. OPTIONAL |
artists | boolean | Cache setting for spotify artists. OPTIONAL |
episodes | boolean | Cache setting for spotify episodes. OPTIONAL |
playlists | boolean | Cache setting for spotify playlists. OPTIONAL |
shows | boolean | Cache setting for spotify shows. OPTIONAL |
tracks | boolean | Cache setting for spotify tracks. OPTIONAL |
users | boolean | Cache setting for spotify users. OPTIONAL |