Class: UzuUzu::Memcache::Memcached
- Defined in:
- lib/uzuuzu-core/memcache/memcached.rb
Instance Method Summary collapse
-
#initialize(env = nil) ⇒ Memcached
constructor
A new instance of Memcached.
-
#method_missing(action, *args) ⇒ Object
new.
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(action, *args) ⇒ Object
new
18 19 20 |
# File 'lib/uzuuzu-core/memcache/memcached.rb', line 18 def method_missing(action, *args) @memcahce.send(action, args) end |