| Module | MultiJson::OptionsCache |
| In: |
lib/multi_json/options_cache.rb
|
| MAX_CACHE_SIZE | = | 1000 | Normally MultiJson is used with a few option sets for both dump/load methods. When options are generated dynamically though, every call would cause a cache miss and the cache would grow indefinitely. To prevent this, we just reset the cache every time the number of keys outgrows 1000. |