Class: AnyCache::Adapters::ActiveSupportNaiveStore::Operation Private
- Inherits:
-
Object
- Object
- AnyCache::Adapters::ActiveSupportNaiveStore::Operation
- Extended by:
- Forwardable
- Defined in:
- lib/any_cache/adapters/active_support_naive_store/operation.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Direct Known Subclasses
AnyCache::Adapters::ActiveSupportFileStore::Operation, AnyCache::Adapters::ActiveSupportMemoryStore::Operation, Decrement, Expire, Increment, Persist
Constant Summary collapse
- READ_MULTI_EMPTY_KEYS_SET =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[].freeze
- NO_EXPIRATION_TTL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
nil
- DEAD_TTL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
0
Instance Method Summary collapse
- #initialize(driver) ⇒ void constructor private
Constructor Details
#initialize(driver) ⇒ void
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
36 37 38 |
# File 'lib/any_cache/adapters/active_support_naive_store/operation.rb', line 36 def initialize(driver) @driver = driver end |