C# 클래스 ParkitectNexus.Data.Assets.CachedData.AssetCachedDataStorage

상속: IAssetCachedDataStorage
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

공개 메소드들

메소드 설명
AssetCachedDataStorage ( IWebsite website, ILogger log ) : System
GetData ( AssetType type, IAssetMetadata metadata, string path ) : Task
StoreData ( AssetType type, string path, IAssetCachedData metadata ) : void

비공개 메소드들

메소드 설명
GenerateCachableData ( AssetType type, IAssetMetadata metadata, string path ) : Task
GetCachedDataFilePath ( AssetType type, string path ) : string
GetCachedDataType ( AssetType type ) : Type

메소드 상세

AssetCachedDataStorage() 공개 메소드

public AssetCachedDataStorage ( IWebsite website, ILogger log ) : System
website IWebsite
log ILogger
리턴 System

GetData() 공개 메소드

public GetData ( AssetType type, IAssetMetadata metadata, string path ) : Task
type AssetType
metadata IAssetMetadata
path string
리턴 Task

StoreData() 공개 메소드

public StoreData ( AssetType type, string path, IAssetCachedData metadata ) : void
type AssetType
path string
metadata IAssetCachedData
리턴 void