CmsDataFormWebPart.DfwpCacheRead Method
Reads the data form cache.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Overrides Function DfwpCacheRead ( _
storage As Storage, _
key As String, _
forceSharedAppCache As Boolean _
) As Object
'Usage
Dim storage As Storage
Dim key As String
Dim forceSharedAppCache As Boolean
Dim returnValue As Object
returnValue = Me.DfwpCacheRead(storage, _
key, forceSharedAppCache)
protected override Object DfwpCacheRead(
Storage storage,
string key,
bool forceSharedAppCache
)
Parameters
storage
Type: Microsoft.SharePoint.WebPartPages.StorageA Storage object.
key
Type: System.StringA string that contains the cache key.
forceSharedAppCache
Type: System.BooleanA Boolean value.
Return Value
Type: System.Object