class CloudSesame::Domain::ClientModule::Caching::NoCache

Public Instance Methods

fetch(params) click to toggle source
# File lib/cloud_sesame/domain/client_module/caching/no_cache.rb, line 7
def fetch(params)
  search params
end