Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Coding Seb edited this pageMay 28, 2019 ·1 revision

As ExpressionEvaluator do not compile anything and a lot of reflection is used to evaluated things. Multiple evaluations can be slow. Here is a way to speed up a little multi-evaluation.

CacheTypesResolutions

Type :Boolean
Default value :true

When true :Use a cache for types that were resolved to resolve faster next time.

When false :The cache of types resolution is not use for this instance of ExpressionEvaluator.

Remark : The cache is the static DictionaryTypesResolutionCaching (so it is shared by all instances of ExpressionEvaluator that haveCacheTypesResolutions enabled)

Table Of Content

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp