C# Class Kooboo.Commerce.Data.Folders.CachedDataFile

Inheritance: DataFile
Show file Open project: Kooboo/Ecommerce

Public Methods

Method Description
CachedDataFile ( DataFile file ) : System
Delete ( ) : void
Read ( Type type ) : object
Write ( object content ) : void

Method Details

CachedDataFile() public method

public CachedDataFile ( DataFile file ) : System
file DataFile
return System

Delete() public method

public Delete ( ) : void
return void

Read() public method

public Read ( Type type ) : object
type System.Type
return object

Write() public method

public Write ( object content ) : void
content object
return void