Class Rack::MiniProfiler::MemoryStore
In: lib/mini_profiler/storage/memory_store.rb
Parent: AbstractStore

Methods

Classes and Modules

Class Rack::MiniProfiler::MemoryStore::CacheCleanupThread

Constants

EXPIRES_IN_SECONDS = 60 * 60 * 24
CLEANUP_INTERVAL = 10
CLEANUP_CYCLE = 3600

Public Class methods

Public Instance methods

FIXME: use weak ref, trouble it may be broken in 1.9 so need to use the ‘ref’ gem

[Validate]