Class: Cachengue::Proxy
- Inherits:
-
Object
- Object
- Cachengue::Proxy
- Defined in:
- lib/cachengue/proxy.rb
Instance Method Summary collapse
- #cache_clear ⇒ Object
- #cache_keys ⇒ Object
-
#initialize(classx, options = {}) ⇒ Proxy
constructor
A new instance of Proxy.
Constructor Details
#initialize(classx, options = {}) ⇒ Proxy
Returns a new instance of Proxy.
7 8 9 10 |
# File 'lib/cachengue/proxy.rb', line 7 def initialize(classx, = {}) @classx = classx @options = end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method