interface CacheItem {
    el: JQuery;
    promise: IPromise<void>;
}

Properties

Properties

el: JQuery
promise: IPromise<void>