C# Класс TileCook.DiskCache

Наследование: ICache
Показать файл Открыть проект

Открытые методы

Метод Описание
Delete ( Coord coord, string format ) : void
DiskCache ( string directory ) : System
Get ( Coord coord, string format ) : byte[]
Put ( Coord coord, string format, byte image ) : void

Приватные методы

Метод Описание
buildPath ( Coord coord, string format ) : string

Описание методов

Delete() публичный Метод

public Delete ( Coord coord, string format ) : void
coord Coord
format string
Результат void

DiskCache() публичный Метод

public DiskCache ( string directory ) : System
directory string
Результат System

Get() публичный Метод

public Get ( Coord coord, string format ) : byte[]
coord Coord
format string
Результат byte[]

Put() публичный Метод

public Put ( Coord coord, string format, byte image ) : void
coord Coord
format string
image byte
Результат void