Caching Library

CacheStorageFactory.GetCacheStorage Method 

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;

Parameters

cacheStorageProvider
Tipologia di Cache Storage richiesta

Return Value

Il Cache Storage richiesto

See Also

CacheStorageFactory Class | Caching Namespace