1 override of Update
System (1)
net\System\Net\Cache\IERequestCache.cs (1)
195
internal override void
Update
(string key, DateTime expiresUtc, DateTime lastModifiedUtc, DateTime lastSynchronizedUtc, TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata)
1 reference to Update
System (1)
net\System\Net\Cache\_CacheStreams.cs (1)
1025
m_Cache.
Update
(m_Key, m_Expires, m_LastModified, m_LastSynchronized, m_MaxStale, m_EntryMetadata, m_SystemMetadata);