Type:
Class

Simple memory backed cache. This cache is not thread safe and is intended only for serving as a temporary memory cache for a single thread.

read_entry
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

read_entry(key, options) Instance Public methods

2025-01-10 15:47:30
clear
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

clear(options = nil) Instance Public methods

2025-01-10 15:47:30
delete_entry
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

delete_entry(key, options) Instance Public methods

2025-01-10 15:47:30
new
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

new() Class Public methods

2025-01-10 15:47:30
write_entry
  • References/Ruby on Rails/Rails/Classes/ActiveSupport/ActiveSupport::Cache/ActiveSupport::Cache::Strategy/ActiveSupport::Cache::Strategy::LocalCache/ActiveSupport::Cache::Strategy::LocalCache::LocalStore

write_entry(key, value, options) Instance Public methods

2025-01-10 15:47:30