This documentation is archived and is not being maintained.
MemoryCache::Name Property
Visual Studio 2010
Gets the name of the cache.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
The Name property returns the name of the current instance of the MemoryCache class. In an application that uses multiple cache instances, you can use the Name property to help distinguish instances. For more information, see the MemoryCache::MemoryCache(String, NameValueCollection) method. The default memory-based cache returns the default name.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: