CacheKeysGetViewInfoKey Method |
Returns unique identifier for the cache entry that represents
ViewInfo object.
Namespace: GroupDocs.Viewer.CachingAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxpublic static string GetViewInfoKey()
Public Shared Function GetViewInfoKey As String
public:
static String^ GetViewInfoKey()
static member GetViewInfoKey : unit -> string
Return Value
Type:
StringUnique identifier for the cache entry that represents
ViewInfo object.
See Also