Interface CacheEntry

interface CacheEntry {
    data: AssetData;
    timestamp: number;
}

Properties

Properties

data: AssetData
timestamp: number