C# Class CarrotCache, carrot-unity

Inheritance: IDisposable
Afficher le fichier Open project: GoCarrotArchive/carrot-unity Class Usage Examples

Méthodes publiques

Méthode Description
CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary parameters ) : CachedRequest
CarrotCache ( ) : System
Dispose ( ) : void
RequestsInCache ( Carrot, authStatus ) : List
markInstallMetricSent ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
sqlite3_close ( IntPtr db ) : int
sqlite3_column_double ( IntPtr stmHandle, int iCol ) : double
sqlite3_column_int ( IntPtr stmHandle, int iCol ) : int
sqlite3_column_int64 ( IntPtr stmHandle, int iCol ) : long
sqlite3_column_text ( IntPtr stmHandle, int iCol ) : string
sqlite3_errmsg ( IntPtr db ) : string
sqlite3_exec ( IntPtr db, string zSql, IntPtr callback, IntPtr cbArg, IntPtr errmsg ) : int
sqlite3_finalize ( IntPtr stmHandle ) : int
sqlite3_last_insert_rowid ( IntPtr db ) : long
sqlite3_open ( string filename, IntPtr &ppDb ) : int
sqlite3_prepare_v2 ( IntPtr db, string zSql, int nByte, IntPtr &ppStmpt, IntPtr pzTail ) : int
sqlite3_step ( IntPtr stmHandle ) : int

Method Details

CacheRequest() public méthode

public CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary parameters ) : CachedRequest
serviceType Carrot,
endpoint string
parameters object>.Dictionary
Résultat CachedRequest

CarrotCache() public méthode

public CarrotCache ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

RequestsInCache() public méthode

public RequestsInCache ( Carrot, authStatus ) : List
authStatus Carrot,
Résultat List

markInstallMetricSent() public méthode

public markInstallMetricSent ( ) : void
Résultat void