C# Class Ivony.Caching.CacheHelper

为缓存提供程序提供一些帮助方法
Afficher le fichier Open project: Ivony/Ivony.Caching

Méthodes publiques

Méthode Description
AsAsyncProvider ( this cacheProvider ) : IAsyncCacheProvider

将一个同步缓存提供程序转换为异步缓存提供程序

Method Details

AsAsyncProvider() public static méthode

将一个同步缓存提供程序转换为异步缓存提供程序
public static AsAsyncProvider ( this cacheProvider ) : IAsyncCacheProvider
cacheProvider this 要包装的同步缓存提供程序
Résultat IAsyncCacheProvider