Displaying 1 result from an estimated 1 matches for "synchronizedmemorystor".
Did you mean:
synchronizedmemorystore
2010 Apr 22
7
Making ActiveSupport::Cache consistent
...imal and it is still the
fastest store available.
* Provide :size initialization option indicating the maximum size
of the cache in memory (defaults to 32Mb).
* Add prune logic that removes the least recently used cache
entries to keep the cache size from exceeding the max.
* Deprecated SynchronizedMemoryStore since it isn''t needed
anymore.
FileStore
* Escape key values so they will work as file names on all file
systems, be consistent, and case sensitive
* Use a hash algorithm to segment the cache into sub directories
so that a large cache doesn''t exceed file system limits....