Differences
This shows you the differences between two versions of the page.
|
soloistconfigurationapi [2011/06/28 17:59] predrag.radenkovic |
soloistconfigurationapi [2011/06/28 18:00] (current) predrag.radenkovic |
||
|---|---|---|---|
| Line 32: | Line 32: | ||
| } | } | ||
| </code> | </code> | ||
| + | |||
| + | ===== freezeSharedCache() vs. thawSharedCache() ===== | ||
| + | "Freezing" shared cache means making the contents of the shared cache immutable. "Thawing" is the opposite. This is often used in combination with the "fast mode". | ||
| + | This is accomplished by replacing the implementation of shared cache. Currently, frozen one is an ImmutablePassThroughSharedCache and the "normal" one is a SharedCache. | ||
| + | |||