Caching Module
Types and nested modules
| Type/Module | Description |
|
|
|
|
|
Functions and values
| Function or value |
Description
|
Full Usage:
apply cache shouldCache expr rhs
Parameters:
QuotationCache<'r, 'u>
shouldCache : ModelExpression<'u> -> bool
expr : ModelExpression<'u>
rhs : unit -> Expr<'r>
Returns: Expr<'r>
|
Use caching if shouldCache returns true for the given expression.
|
Full Usage:
makeBindingCache ()
Parameters:
unit
Returns: QuotationCache<'r, 'u> * List<Var * Expr<'r>>
|
|
bristlecone