CacheHelper.TryGetItem Method |
Name | Description | |
---|---|---|
![]() ![]() | TryGetItem(String, Object) |
Returns true if the cache contains the item with specified key.
|
![]() ![]() | TryGetItem<OutputType>(String, OutputType) |
Returns true if the cache contains the item with specified key.
|
![]() ![]() | TryGetItem(String, Boolean, Object) |
Returns true if the cache contains the item with specified key.
|
![]() ![]() | TryGetItem<OutputType>(String, Boolean, OutputType, Boolean) |
Returns true if the cache contains the item with specified key.
|