Method: Gollum::Wiki#clear_cache

Defined in:
lib/gollum/wiki.rb

#clear_cacheObject

Public: Refreshes just the cached Git reference data. This should be called after every Gollum update.

Returns nothing.



448
449
450
# File 'lib/gollum/wiki.rb', line 448

def clear_cache
  @access.refresh
end