class Sprockets::Cache::NullStore

def get(key)

Returns nil.

key - String cache key.

This API should not be used directly, but via the Cache wrapper API.

Public: Simulate a cache miss.
def get(key)
  nil
end