method
read
read(key, options = nil)
public
Fetches data from the cache, using the given key. If there is data in the cache with the given key, then that data is returned. Otherwise, nil is returned.
You may also specify additional options via the options argument. The specific cache store implementation will decide what to do with options.