MemoryCache::GetValues Method

.NET Framework (current version)
 

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

NameDescription
System_CAPS_pubmethodGetValues(IEnumerable<String^>^, String^)

Returns a set of cache entries that correspond to the specified keys.(Overrides ObjectCache::GetValues(IEnumerable<String^>^, String^).)

System_CAPS_pubmethodGetValues(String^, array<String^>^)

Gets a set of cache entries that correspond to the specified keys.(Inherited from ObjectCache.)

Return to top
Show: