Class: AnyCache::Adapters::ActiveSupportMemoryStore::Persist Private

Inherits:
AnyCache::Adapters::ActiveSupportNaiveStore::Persist show all
Includes:
Fetching
Defined in:
lib/any_cache/adapters/active_support_memory_store/persist.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

Constant Summary

Constants inherited from AnyCache::Adapters::ActiveSupportNaiveStore::Operation

AnyCache::Adapters::ActiveSupportNaiveStore::Operation::DEAD_TTL, AnyCache::Adapters::ActiveSupportNaiveStore::Operation::NO_EXPIRATION_TTL, AnyCache::Adapters::ActiveSupportNaiveStore::Operation::READ_MULTI_EMPTY_KEYS_SET

Method Summary

Methods included from Fetching

#fetch_entry

Methods inherited from AnyCache::Adapters::ActiveSupportNaiveStore::Persist

#call, #fetch_entry

Methods inherited from AnyCache::Adapters::ActiveSupportNaiveStore::Operation

#initialize

Constructor Details

This class inherits a constructor from AnyCache::Adapters::ActiveSupportNaiveStore::Operation