public void Init() { myMetaCache = new MyMetaCache <MyValue>(() => new MyValue()); cloneMetaCache = new CloneMetaCache <MyValue>(myMetaCache); }