import { Cache } from 'utils-decorators'; // @ts-ignore export class CacheContainer extends Map implements Cache{ }