Skip to content
  • Xiang Fan's avatar
    cache: Fix reinitializing cache after destroying it · d7d7ae30
    Xiang Fan authored and Daniel Garcia Moreno's avatar Daniel Garcia Moreno committed
    Currently the cache's directory is only initialized at first access. If
    the cache gets destroyed the directory won't be created again, so future
    cache data in the process cannot be saved. This can be reproduced by
    logging in immediately after logout.
    d7d7ae30