IdeaBlade DevForce 2010 Help Reference
RestoreCacheState Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > CacheStateManager Class : 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 NormalRestoreStrategy.  
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 NormalRestoreStrategy.  
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 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

See Also

© 2013 All Rights Reserved.