- Timestamp:
- 11/13/07 01:48:46 (6 years ago)
- Files:
-
- 1 modified
-
lang/ruby/ekfloras/plugins/full_cache.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ekfloras/plugins/full_cache.rb
r1352 r1354 22 22 end 23 23 24 # $stderr.puts @ekfloras.path_info.to_s 24 25 if @cache[@ekfloras.path_info.to_s] && 25 26 @ekfloras.cgi.params.empty? … … 39 40 # @ekfloras.stash.debug = "Make FullCache" 40 41 @cache[@ekfloras.path_info.to_s] = @ekfloras.out 41 cache = Pathname.new(CACHE_FILE)42 cache.open("wb") {|f| Marshal.dump(@cache, f) }43 42 end 43 if @ekfloras.cgi.request_method.upcase == "POST" 44 @cache.delete @ekfloras.path_info.to_s 45 end 46 cache = Pathname.new(CACHE_FILE) 47 cache.open("wb") {|f| Marshal.dump(@cache, f) } 44 48 end 45 49 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)