←Select platform

Context Property

Summary

Gets the context which the cached items belongs to.

Syntax

C#
VB
C++
public string Context { get; } 
  
Public ReadOnly Property Context As String 
public: 
property String^ Context { 
   String^ get(); 
} 

Property Value

A System.String representing the user or the application managing the cache contents.

Remarks

This value is used to specify the cache context for different users of the cache. Each user should use different context to separate the cache items.

Requirements

Target Platforms

See Also

Reference

Cache Class

Cache Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Caching Assembly