protected override string GetCacheKeyFormat() { return(CacheKeyFormat ?? CacheDomainUtil.CreateCacheKeyFormat <TEntity, TParam1, TParam2, TKey>()); }
public override string GetCacheFullName() { return(CacheName ?? CacheDomainUtil.CreateCacheName <TEntity, TParam1, TParam2, TKey>()); }