CacheManager.GetCache(String, Int64, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static Microsoft::Solutions::BTAHL7::Pipelines::Cache ^ GetCache(System::String ^ cacheName, long timeoutSec, int size);
public static Microsoft.Solutions.BTAHL7.Pipelines.Cache GetCache (string cacheName, long timeoutSec, int size);
static member GetCache : string * int64 * int -> Microsoft.Solutions.BTAHL7.Pipelines.Cache
Public Shared Function GetCache (cacheName As String, timeoutSec As Long, size As Integer) As Cache
Parameters
- cacheName
- String
- timeoutSec
- Int64
- size
- Int32