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

NeedToBeCached() private method

private NeedToBeCached ( Type entityType ) : bool
entityType System.Type
return bool
        private bool NeedToBeCached(Type entityType)
        {
            return _typesToCache.Contains(entityType);
        }