import { BaseCacheOptions } from './base-cache-options'; export interface CacheContainerOptions extends BaseCacheOptions { key: string; }