You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When caching views with "versions": {"DietUseCache"}, the cached view path is prefixed verbatim with _cached_.
This produces paths like views/_cached_subdirectory/index.dt_[..].d. Such directory is not created during compilation, thus the file is not written and execution will fail unless the directory was created manually.
Cached views should either be placed alongside their source files, or perhaps within their own sub directory for trivial clearing.
The text was updated successfully, but these errors were encountered:
…eCache is not set, there is no
reason to compute the file hash. And altered the name of the cached file
to be agnostic to subdirectories of the views directory.
When caching views with
"versions": {"DietUseCache"}
, the cached view path is prefixed verbatim with_cached_
.This produces paths like
views/_cached_subdirectory/index.dt_[..].d
. Such directory is not created during compilation, thus the file is not written and execution will fail unless the directory was created manually.Cached views should either be placed alongside their source files, or perhaps within their own sub directory for trivial clearing.
The text was updated successfully, but these errors were encountered: