module Opal::SourceMap::Map

def cache

Marshaling for cache shortpath
def cache
  @to_h ||= map
  self
end