DevForce Help Reference
RestoreCacheState Method


Restores the EntityManager cache state from either a stream or file.
Overload List
OverloadDescription
RestoreCacheState(EntityCacheState)Restores the EntityManager cache state from either a stream or file. Merges an EntityCacheState into this EntityManager using the Normal RestoreStrategy.  
RestoreCacheState(EntityCacheState,RestoreStrategy)Merges an EntityCacheState into this EntityManager using the RestoreStrategy specified.  
RestoreCacheState(String,Boolean)Restores entities from a file system file into this EntityManager using the Normal RestoreStrategy.  
RestoreCacheState(String,RestoreStrategy,Boolean)Restores entities from a file system file into this EntityManager using the RestoreStrategy specified.  
RestoreCacheState(Stream,RestoreStrategy,Boolean,Boolean)Restores entities from a stream into this EntityManager using the RestoreStrategy specified.  
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