Class: AnyCache::Adapters::ActiveSupportNaiveStore::Operation Private

Inherits:
Object
  • Object
show all
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.

Since:

  • 0.1.0

API:

  • private

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.

Returns:

Since:

  • 0.3.0

API:

  • private

[].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.

Returns:

Since:

  • 0.1.0

API:

  • private

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.

Returns:

Since:

  • 0.1.0

API:

  • private

0

Instance Method Summary collapse

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.

Parameters:

Since:

  • 0.1.0

API:

  • private



36
37
38
# File 'lib/any_cache/adapters/active_support_naive_store/operation.rb', line 36

def initialize(driver)
  @driver = driver
end