MemoryCacheManager..::..Insert<(Of <(<'T>)>)> Method
Namespace:
SimpleEssentials.Cache
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
public void Insert<T>( T data, CacheSettings cacheSettings )
Public Sub Insert(Of T) ( _ data As T, _ cacheSettings As CacheSettings _ )
public: generic<typename T> void Insert( T data, CacheSettings^ cacheSettings )
Type Parameters
- T