# File lib/memcache.rb, line 460
def
reset
@cache_by_scope
.
values
.
each
{
|
c
|
c
.
reset
}
end