UNPKG

ng2-cache-service

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