/** * Saves the cache entry for the current time */ export default class ExpiredCacheItem { data: V; cacheTime: number; constructor(data: V); }