module Bootsnap::CompileCache::ISeq

def self.fetch(path, cache_dir: ISeq.cache_dir)

def self.fetch(path, cache_dir: ISeq.cache_dir)
  Bootsnap::CompileCache::Native.fetch(
    cache_dir,
    path.to_s,
    Bootsnap::CompileCache::ISeq,
    nil,
  )
end