| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function GetCacheState() As EntityCacheState | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CacheStateManager Dim value As EntityCacheState value = instance.GetCacheState() | |
| C# | |
|---|---|
public EntityCacheState GetCacheState() | |
| C++/CLI | |
|---|---|
public: EntityCacheState^ GetCacheState(); | |
You can work directly with an EntityCacheState using its EntityCacheState.Save, EntityCacheState.Restore and Merge features, or instead use the corresponding EntityCacheManager methods SaveCacheState(String,Boolean) and RestoreCacheState(String,Boolean).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family