Simple memory backed cache. This cache is not thread safe and is intended only for serving as a temporary memory cache for a single thread.
read_entry(key, options) Instance Public methods
clear(options = nil) Instance Public methods
delete_entry(key, options) Instance Public methods
new() Class Public methods
write_entry(key, value, options) Instance Public methods