Skip to content
  • Kai Willadsen's avatar
    meld.vc: Fix caching API to disallow inadventantly discarding data · 22309de5
    Kai Willadsen authored
    The caching API that VCs needed to implement suggested that it would be
    fine to try and cache a subdirectory independently. This never worked.
    
    Now you can only call cache without args, and it will (shoudl) always
    cache the location under the VC. Updating the cache is left for other
    methods.
    22309de5