Sha256: cccb300749dccda3c78a1376eff1c5e08490a6f5372c458f78f30bf312d5932d

Contents?: true

Size: 183 Bytes

Versions: 5

Compression:

Stored size: 183 Bytes

Contents

module CloudSesame
	module Domain
		module ClientModule
			module Caching
				class NoCache < Base

					def fetch(params)
						search params
					end

				end
			end
		end
	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
CloudSesame-0.6.8 lib/cloud_sesame/domain/client_module/caching/no_cache.rb
CloudSesame-0.6.7 lib/cloud_sesame/domain/client_module/caching/no_cache.rb
CloudSesame-0.6.6 lib/cloud_sesame/domain/client_module/caching/no_cache.rb
CloudSesame-0.6.5 lib/cloud_sesame/domain/client_module/caching/no_cache.rb
CloudSesame-0.6.4 lib/cloud_sesame/domain/client_module/caching/no_cache.rb