Method: YARD::CLI::Yardoc#use_cache

Defined in:
lib/yard/cli/yardoc.rb

#use_cacheBoolean

Returns whether to use the existing yardoc db if the .yardoc already exists. Also makes use of file checksums to parse only changed files.

Returns:

  • (Boolean)

    whether to use the existing yardoc db if the .yardoc already exists. Also makes use of file checksums to parse only changed files.

Since:

  • 0.2.1



160
161
162
# File 'lib/yard/cli/yardoc.rb', line 160

def use_cache
  @use_cache
end