Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public static T Cache<T>( HttpContextBase context, string cacheName, Func<T> newInstanceCallback, TimeSpan duration ) |
Visual Basic |
---|
Public Shared Function Cache(Of T) ( _ context As HttpContextBase, _ cacheName As String, _ newInstanceCallback As Func(Of T), _ duration As TimeSpan _ ) As T |
Visual C++ |
---|
public: generic<typename T> static T Cache( HttpContextBase^ context, String^ cacheName, Func<T>^ newInstanceCallback, TimeSpan duration ) |
Parameters
- context
- Type: System.Web..::..HttpContextBase
- cacheName
- Type: System..::..String
- newInstanceCallback
- Type: System..::..Func<(Of <(<'T>)>)>
- duration
- Type: System..::..TimeSpan
Type Parameters
- T