Example #1
0
        public override IDecorationOf <IStore> ApplyThisDecorationTo(IStore store)
        {
            var returnValue = new EvictingDecoration(this.ExpirableStore, store, this.ExpirableFactory);

            return(returnValue);
        }
Example #2
0
        public override IDecorationOf<IStore> ApplyThisDecorationTo(IStore store)
        {
            var returnValue = new EvictingDecoration(this.ExpirableStore, store, this.ExpirableFactory);

            return returnValue;
        }