DevForce Help Reference
SaveCacheState Method


Stores the state of this EntityManager and cached entities to a stream or file.
Overload List
OverloadDescription
SaveCacheState(String,Boolean)Stores the state of this EntityManager and cached entities to a stream or file. Stores the state of this EntityManager and all cached entities to a file system file.  
SaveCacheState(IEnumerable,String,Boolean) Stores the state of this EntityManager and the specified entities to a file system file.  
SaveCacheState(Stream,Boolean,Boolean)Stores the state of this EntityManager and all cached entities to a stream.  
SaveCacheState(IEnumerable,Stream,Boolean,Boolean) Stores the state of this EntityManager and the specified entities to a stream.  
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

CacheStateManager Class
CacheStateManager Members

Send Feedback