SerializationCacheWriteTTryGet Method
Tries to get an item from the Cache.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool TryGet(
T item
)
Public Function TryGet (
item As T
) As Boolean
public:
bool TryGet(
T item
)
member TryGet :
item : 'T -> bool
- item T
- item which is retrieved or null.
BooleanTrue if the item was in the cache.