class Sprockets::Cache::NullStore
def set(key, value)
value - Object value.
key - String cache key.
This API should not be used directly, but via the Cache wrapper API.
Public: Simulate setting a value in the cache.
def set(key, value) value end
def set(key, value) value end