Module | Innate::Cache::FileBased |
In: |
lib/innate/cache/file_based.rb
|
Used by caches that serialize their contents to the filesystem. Right now we do not lock around write access to the file outside of the process, that means that all FileBased caches are not safe for use if you need more than one instance of your application.
filename | [R] |