A ndroid phones always feel snappy and responsive when they're new. Then, somewhere along the way, they start slowing down.
There was an error while loading. Please reload this page.
require 'drawer' cache = Drawer.new('db/development.drawer') cache.get('foo') #=> nil cache.set('foo', 123) cache.get('foo') #=> 123 cache.flush_all cache.get('foo ...