lib/jsduck/cache.rb
0 → 100644
+43
−0
Loading
At the moment the cache is just saved to .cache/ in current dir. The parsed data is serialized into binary format using Marshal, which correctly preserves all the data types and is additionally really fast. Refs #446