UNPKG

ng2-cache

Version:
15 lines (14 loc) 227 B
export interface CacheOptionsInterface { /** * Expires timestamp */ expires?: number; /** * Max age in seconds */ maxAge?: number; /** * Tag for this key */ tag?: string; }