C# Class Umbraco.Storage.S3.CachedBucketFileSystem

Inheritance: BucketFileSystem
Afficher le fichier Open project: ElijahGlover/Umbraco-S3-Provider

Méthodes publiques

Méthode Description
CachedBucketFileSystem ( string bucketName, string bucketHostName, string bucketKeyPrefix, string region, string cachePath, string timeToLive ) : System
FileExists ( string path ) : bool
OpenFile ( string path ) : Stream

Method Details

CachedBucketFileSystem() public méthode

public CachedBucketFileSystem ( string bucketName, string bucketHostName, string bucketKeyPrefix, string region, string cachePath, string timeToLive ) : System
bucketName string
bucketHostName string
bucketKeyPrefix string
region string
cachePath string
timeToLive string
Résultat System

FileExists() public méthode

public FileExists ( string path ) : bool
path string
Résultat bool

OpenFile() public méthode

public OpenFile ( string path ) : Stream
path string
Résultat Stream