From 69a1a0adb5d4e615f08e8b1d23d9a6b0e2dd6070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 26 Oct 2010 14:05:06 -0200 Subject: Remove rack-cache-purge. --- actionpack/lib/action_dispatch/http/rack_cache.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'actionpack/lib/action_dispatch/http/rack_cache.rb') diff --git a/actionpack/lib/action_dispatch/http/rack_cache.rb b/actionpack/lib/action_dispatch/http/rack_cache.rb index e5914abc81..b5c1435903 100644 --- a/actionpack/lib/action_dispatch/http/rack_cache.rb +++ b/actionpack/lib/action_dispatch/http/rack_cache.rb @@ -21,11 +21,6 @@ module ActionDispatch @store.write(key, value) end - def purge(key) - @store.delete(key) - nil - end - ::Rack::Cache::MetaStore::RAILS = self end @@ -58,10 +53,6 @@ module ActionDispatch [key, size] end - def purge(key) - @store.delete(key) - end - ::Rack::Cache::EntityStore::RAILS = self end end -- cgit v1.2.3