class Middleman::Util::Cache
def set(key, value)
-
(void)
-
Parameters:
-
value
() -- Cached value
-
key
() -- Anything Hash can use as a key
def set(key, value) @cache[key] = value end
(void)
-
value
(
)
-- Cached value
key
(
)
-- Anything Hash can use as a key
def set(key, value) @cache[key] = value end