From 295195b707d556610156349185bf9b5bf435abb1 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sun, 26 Oct 2008 22:25:52 +0100 Subject: Write documentation for the cache stores. --- activesupport/lib/active_support/cache/synchronized_memory_store.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/lib/active_support/cache/synchronized_memory_store.rb') diff --git a/activesupport/lib/active_support/cache/synchronized_memory_store.rb b/activesupport/lib/active_support/cache/synchronized_memory_store.rb index d2ff28768f..ea03a119c6 100644 --- a/activesupport/lib/active_support/cache/synchronized_memory_store.rb +++ b/activesupport/lib/active_support/cache/synchronized_memory_store.rb @@ -1,5 +1,6 @@ module ActiveSupport module Cache + # Like MemoryStore, but thread-safe. class SynchronizedMemoryStore < MemoryStore def initialize super -- cgit v1.2.3