C# 클래스 System.Net.Cache.SingleItemRequestCache

상속: Microsoft.Win32.WinInetCache
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

비공개 메소드들

메소드 설명
Commit ( string key, RequestCacheEntry tempEntry, byte allBytes ) : void
Remove ( string key ) : void
Retrieve ( string key, RequestCacheEntry &cacheEntry ) : Stream An opened cache entry be preserved until the stream is closed.
SingleItemRequestCache ( bool useWinInet ) : System
Store ( string key, long contentLength, System.DateTime expiresUtc, System.DateTime lastModifiedUtc, System.TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata ) : Stream The commit operation should happen on the stream closure.
TryRemove ( string key ) : bool
TryRetrieve ( string key, RequestCacheEntry &cacheEntry, Stream &readStream ) : bool
TryStore ( string key, long contentLength, System.DateTime expiresUtc, System.DateTime lastModifiedUtc, System.TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata, Stream &writeStream ) : bool
TryUpdate ( string key, System.DateTime expiresUtc, System.DateTime lastModifiedUtc, System.DateTime lastSynchronizedUtc, System.TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata ) : bool
UnlockEntry ( Stream stream ) : void
Update ( string key, System.DateTime expiresUtc, System.DateTime lastModifiedUtc, System.DateTime lastSynchronizedUtc, System.TimeSpan maxStale, StringCollection entryMetadata, StringCollection systemMetadata ) : void