Skip to content
Snippets Groups Projects
  • Vojtěch Moravec's avatar
    254b3048
    Extend caching mechanism to support plugin. · 254b3048
    Vojtěch Moravec authored
    Cache managers need the cache folder to be set.
    In the CLI app we set the cache folder to the output file as it was
    previously.
    
    Caching functions also requires file name of caching hing, which is used
    when saving the cache file itself. BufferInputData didn't have this
    hing, so we had to add it. Cache file hint is requested by the function
    call.
    254b3048
    History
    Extend caching mechanism to support plugin.
    Vojtěch Moravec authored
    Cache managers need the cache folder to be set.
    In the CLI app we set the cache folder to the output file as it was
    previously.
    
    Caching functions also requires file name of caching hing, which is used
    when saving the cache file itself. BufferInputData didn't have this
    hing, so we had to add it. Cache file hint is requested by the function
    call.