DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Caching.ITableCellCache Interface Reference
Inheritance diagram for Deveel.Data.Caching.ITableCellCache:
Deveel.Data.Caching.TableCellCache

Public Member Functions

void Set (CachedCell cell)
 
bool TryGetValue (CellKey key, out DataObject value)
 
void Remove (CellKey key)
 
void Clear ()
 

Detailed Description

Definition at line 20 of file ITableCellCache.cs.

Member Function Documentation

void Deveel.Data.Caching.ITableCellCache.Clear ( )
void Deveel.Data.Caching.ITableCellCache.Remove ( CellKey  key)
void Deveel.Data.Caching.ITableCellCache.Set ( CachedCell  cell)
bool Deveel.Data.Caching.ITableCellCache.TryGetValue ( CellKey  key,
out DataObject  value 
)

The documentation for this interface was generated from the following file: