UNPKG

cody-music

Version:

mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control

9 lines (8 loc) 236 B
export declare class CacheManager { private static instance; private myCache; private constructor(); static getInstance(): CacheManager; get(key: string): any; set(key: string, value: any, ttl?: number): void; }