class ThreadSafe::SynchronizedCacheBackend

def size

def size
  synchronize { super }
end