Dynamicweb 8 Documentation
Get<T> Method

Item type.
Item key.
Returns an item with the given key from the cache.
Syntax
'Declaration
 
Public Function Get(Of T)( _
   ByVal key As String _ 
) As T
public T Get<T>( 
   string key 
)

Parameters

key
Item key.

Type Parameters

T
Item type.

Return Value

Existing item or null (Nothing in Visual Basic) if the given item doesn't exist.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FilterCache Class
FilterCache Members

Send Feedback