C# 클래스 TileCook.DiskCache

상속: ICache
파일 보기 프로젝트 열기: jbrwn/tc

공개 메소드들

메소드 설명
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