# File lib/thread_safe/cache.rb, line 112
def
empty?
each_pair
{
|
k
,
v
|
return
false
}
true
end