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