DevForce Help Reference
CacheStateManager Property


The CacheStateManager that controls saving and restoring the state of this EntityManager's internal cache.
Syntax
'Declaration
 
Public ReadOnly Property CacheStateManager As CacheStateManager
'Usage
 
Dim instance As EntityManager
Dim value As CacheStateManager
 
value = instance.CacheStateManager
public CacheStateManager CacheStateManager {get;}
Remarks
This feature is only available in certain editions of DevForce.
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

EntityManager Class
EntityManager Members

Send Feedback