A wrapper around a specialized ICache used to store and retrieve parsed SqlStatement objects.
More...
A wrapper around a specialized ICache used to store and retrieve parsed SqlStatement objects.
Definition at line 27 of file StatementCache.cs.
Deveel.Data.Sql.Statements.StatementCache.StatementCache |
( |
ICache |
cache | ) |
|
|
inline |
Constructs the object around the provided cache handler.
- Parameters
-
cache | The ICache instance used to store the compiled statements. |
Definition at line 33 of file StatementCache.cs.
Represents a cache of Objects. /summary>
void Deveel.Data.Sql.Statements.StatementCache.Set |
( |
string |
query, |
|
|
IEnumerable< SqlStatement > |
statements |
|
) |
| |
|
inline |
bool Deveel.Data.Sql.Statements.StatementCache.TryGet |
( |
string |
query, |
|
|
out IEnumerable< SqlStatement > |
statements |
|
) |
| |
|
inline |
ICache Deveel.Data.Sql.Statements.StatementCache.Cache |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Statements/StatementCache.cs