Kooboo.Commerce.Multilingual.Storage.CachedTranslactionStore.Delete C# (CSharp) Method

Delete() public method

public Delete ( System culture, EntityKey key ) : void
culture System
key EntityKey
return void
        public void Delete(System.Globalization.CultureInfo culture, EntityKey key)
        {
            _underlyingStore.Delete(culture, key);
            RemoveCache(culture, key);
        }