https://github.com/mudge/atomic_page_caching
Rails plugin to add an atomic page caching method for ActionController.
https://github.com/mudge/atomic_page_caching
Last synced: 9 months ago
JSON representation
Rails plugin to add an atomic page caching method for ActionController.
- Host: GitHub
- URL: https://github.com/mudge/atomic_page_caching
- Owner: mudge
- License: mit
- Created: 2009-05-11T14:16:56.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2009-05-11T14:18:52.000Z (about 17 years ago)
- Last Synced: 2025-09-19T06:38:08.285Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 74.2 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Atomic Page Caching
=================
Rails' own caches_page helper uses File.write to cache pages which may not
be an atomic operation.
This plugin adds a new method, atomically_caches_page, which uses File.mv
to atomically replace cached pages.
Copyright (c) 2009 Paul Mucur, BeatThatQuote.com, released under the MIT license