mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
export interface CacheEntry {
|
|
timeAdded: number;
|
|
msToLive: number;
|
|
}
|