module FSSM::Tree::CacheDebug

def ftype(ft)

def ftype(ft)
  FSSM.dbg("Cache#ftype(#{ft})")
  super
end

def set(path)

def set(path)
  FSSM.dbg("Cache#set(#{path})")
  super
end

def unset(path)

def unset(path)
  FSSM.dbg("Cache#unset(#{path})")
  super
end