C# Class TileCook.DiskCache

Inheritance: ICache
Afficher le fichier Open project: jbrwn/tc

Méthodes publiques

Méthode Description
Delete ( Coord coord, string format ) : void
DiskCache ( string directory ) : System
Get ( Coord coord, string format ) : byte[]
Put ( Coord coord, string format, byte image ) : void

Private Methods

Méthode Description
buildPath ( Coord coord, string format ) : string

Method Details

Delete() public méthode

public Delete ( Coord coord, string format ) : void
coord Coord
format string
Résultat void

DiskCache() public méthode

public DiskCache ( string directory ) : System
directory string
Résultat System

Get() public méthode

public Get ( Coord coord, string format ) : byte[]
coord Coord
format string
Résultat byte[]

Put() public méthode

public Put ( Coord coord, string format, byte image ) : void
coord Coord
format string
image byte
Résultat void