CacheStoreUtilities.WithLocalCaching(ICacheStore) - метод Смотри также Terrasoft.Core.Store - пространство имен > CacheStoreUtilities - класс > WithLocalCaching - метод : WithLocalCaching(ICacheStore) - метод C#
- source
- Cache.
Glossary Item Box
[Extension()] public static ICacheStore WithLocalCaching( ICacheStore source )
Параметры
- source
- Cache.
Тип возвращаемого значения
The cache wrapper that provides the local data storage and verifies data freshness in the initial cache. The freshness indicator is verified each time the entities are accessed.This option is preferable only if the cache with relatively "expensive" access is used (for example, the cache service with accessing over a network) or for the cached items of the significant size.