Method | Description | |
---|---|---|
Exists ( string key ) : bool | ||
FileSystemCacheProvider ( System.TimeSpan timeToLive, string cachePath, IFileSystemWrapper fileSystemWrapper = null ) : System | ||
Persist ( string key, Stream stream ) : void | ||
Resolve ( string key ) : Stream |
Method | Description | |
---|---|---|
IsExpired ( System.DateTime time ) : bool | ||
ResolveStorageKey ( string value ) : string | ||
ResolveStoragePath ( string value ) : string |
public FileSystemCacheProvider ( System.TimeSpan timeToLive, string cachePath, IFileSystemWrapper fileSystemWrapper = null ) : System | ||
timeToLive | System.TimeSpan | |
cachePath | string | |
fileSystemWrapper | IFileSystemWrapper | |
return | System |
public Persist ( string key, Stream stream ) : void | ||
key | string | |
stream | Stream | |
return | void |