Class: Feat::Cache
- Inherits:
-
Object
- Object
- Feat::Cache
- Defined in:
- lib/feat/cache.rb
Instance Method Summary collapse
- #cache_to_redis ⇒ Object
-
#initialize(feat, audience) ⇒ Cache
constructor
A new instance of Cache.
Constructor Details
#initialize(feat, audience) ⇒ Cache
Returns a new instance of Cache.
3 4 5 6 |
# File 'lib/feat/cache.rb', line 3 def initialize(feat, audience) @feat = feat @audience = audience end |