Displaying 2 results from an estimated 2 matches for "activecach".
Did you mean:
activecache
2010 Apr 22
7
Making ActiveSupport::Cache consistent
...re distinct from
cache misses for fetch.
* Easier API to create new implementations. Just need to implement
the methods read_entry, write_entry, and delete_entry instead of
overwriting existing methods.
* Since all cache implementations support storing objects, update
the docs to state that ActiveCache::Cache::Store implementations
should store objects. Keys, however, must be strings since some
implementations require that.
* Increase test coverage.
* Document methods which are provided as convenience but which may
not be universally available.
MemoryStore
* MemoryStore can now saf...
2005 Mar 31
2
grub Error 28: Selected item cannot fit into memory
...4251136 515284992 8966144 0 86786048 306520064
Swap: 1069244416 94208 1069150208
MemTotal: 511964 kB
MemFree: 8756 kB
MemShared: 0 kB
Buffers: 84752 kB
Cached: 299280 kB
SwapCached: 56 kB
Active: 352508 kB
ActiveAnon: 97552 kB
ActiveCache: 254956 kB
Inact_dirty: 89512 kB
Inact_laundry: 18456 kB
Inact_clean: 9664 kB
Inact_target: 94028 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 511964 kB
LowFree: 8756 kB
SwapTotal: 1044184 kB
SwapFree: 1044092 kB
Committed_AS: 191292 k...