##// END OF EJS Templates
caches: use .refresh() instead of .invalidate()...
caches: use .refresh() instead of .invalidate() - .invalidate() does a delete of cached valued under a key, which means in previous logic we delete, get_or_create, and compute. - .refresh() is simply replacing exising key with newly computed values, this creates less locks, and it's faster.
marcink -
r2939:913f92bf default
Show More
Name Size Modified Last Commit Author
/ rhodecode / public / js / src / math_jax / extensions
HTML-CSS
MathML
TeX
AssistiveMML.js Loading ...
CHTML-preview.js Loading ...
FontWarnings.js Loading ...
HelpDialog.js Loading ...
MatchWebFonts.js Loading ...
MathEvents.js Loading ...
MathMenu.js Loading ...
MathZoom.js Loading ...
Safe.js Loading ...
asciimath2jax.js Loading ...
fast-preview.js Loading ...
jsMath2jax.js Loading ...
mml2jax.js Loading ...
tex2jax.js Loading ...
toMathML.js Loading ...