C# Class Frapid.Mapper.Helpers.ResultsetCache

Mostra file Open project: frapid/frapid

Public Methods

Method Description
Get ( MapperDb db, DbCommand command ) : object>>>.Collection
Set ( MapperDb db, DbCommand command, object>.Collection item ) : void

Private Methods

Method Description
GetCacheKey ( MapperDb db, DbCommand command ) : string

Method Details

Get() public static method

public static Get ( MapperDb db, DbCommand command ) : object>>>.Collection
db Frapid.Mapper.Database.MapperDb
command System.Data.Common.DbCommand
return object>>>.Collection

Set() public static method

public static Set ( MapperDb db, DbCommand command, object>.Collection item ) : void
db Frapid.Mapper.Database.MapperDb
command System.Data.Common.DbCommand
item object>.Collection
return void