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