Restituisce l'istanza del Cache Storage richiesto
[Visual Basic] Shared Public Function GetCacheStorage( _ ByVal cacheStorageProvider As CacheStorageProvider _ ) As ICacheStorage [C#] public static ICacheStorage GetCacheStorage( CacheStorageProvider cacheStorageProvider ); [C++] public: static ICacheStorage* GetCacheStorage( CacheStorageProvider cacheStorageProvider ); [JScript] public static function GetCacheStorage( CacheStorageProvider cacheStorageProvider ): ICacheStorage;
Il Cache Storage richiesto
CacheStorageFactory Class | Caching Namespace