SenseNet.ContentRepository.Storage.InsertCacheParticipant.Rollback C# (CSharp) Method

Rollback() public method

public Rollback ( ) : void
return void
        public void Rollback()
        {
            DistributedApplication.Cache.Remove(CacheKey);
        }
    }
InsertCacheParticipant