Hi,
I'm trying to use your library but receiving this error: Cache is not a constructor
library version: 0.2.0 installed through npm
my test code:
import Cache from 'hybrid-disk-cache';
let cc = new Cache();
Do you have any idea why it's not possible to create an instance of Cache, please? Thanks
Hi,
I'm trying to use your library but receiving this error:
Cache is not a constructorlibrary version: 0.2.0 installed through npm
my test code:
Do you have any idea why it's not possible to create an instance of Cache, please? Thanks