# File lib_core/rucy/cache.rb, line 16
def
clear
@cache_lock
.
synchronize
{
@cache_map
.
clear
}
nil
end