Sha256: c256b45a69adb9ff9b91971859accb1bad146acd904fa62dad3e7498e5f829ce

Contents?: true

Size: 265 Bytes

Versions: 9

Compression:

Stored size: 265 Bytes

Contents


module UzuUzu
  class MemcacheWrapper
    #
    attr_reader :memcache
    
    #
    #
    #
    def initialize(env=nil, options={})
      @memcache = {}
    end #new
    
    def method_missing(action, *args)
      @memcahce.send(action, args)
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
uzuuzu-core-0.0.8 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.7 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.6 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.5 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.4 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.3 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.2 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.1 lib/uzuuzu/wrapper/memcache.rb
uzuuzu-core-0.0.0 lib/uzuuzu/wrapper/memcache.rb