Method: Wpxf::Cli::Console#check_cache

Defined in:
lib/wpxf/cli/console.rb

#check_cacheObject



123
124
125
126
127
# File 'lib/wpxf/cli/console.rb', line 123

def check_cache
  return if cache_valid?
  rebuild_cache
  puts
end