# File lib/ramaze/snippets/ramaze/lru_hash.rb, line 169
def
store
(
key
,
value
)
self
[
key
] =
value
end