DataCacheErrorCode.RegionDoesNotExist Field
The region does not exist.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)
http://msdn.microsoft.com/en-us/library/microsoft.applicationserver.caching
2011-08-26Assembly: Microsoft.ApplicationServer.Caching.Core (in microsoft.applicationserver.caching.core.dll)
Regions are a cache construct and do not persist in cache after the cache cluster is restarted. Each time the cluster starts, regions much be created with the CreateRegion method. For more information about regions, see Logical Model (Velocity).