question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configurable cache location

See original GitHub issue

Instead of the ~/.templateengine/{HostName} cache location, it would be great if it were configurable by the host.

On VS for Mac, for example, we have an existing cache directory in the more idiomatic location ~/Library/Caches/VisualStudio/7.0. Similarly in MonoDevelop for Linux, we follow the XDG convention and use ${XDG_CACHE_HOME:-$HOME/.cache}/MonoDevelop/7.0.

It would be great to be able to put the template cache in a subdirectory of our existing cache location.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:6
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

13reactions
MicahZoltucommented, Mar 19, 2020

I do not have rights to reopen this issue, but I think it or #852 should remain open. Dumping stuff into USER_PROFILE is bad and should be considered a bug IMO.

0reactions
donJoseLuiscommented, Mar 19, 2020

This issue was last touched some years ago. We are working on a new delivery road map. Please reopen if this is something we want & we’ll properly assess its’ priority compared to other work aimed at improving the overall templating UX.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration cache
The build cache takes care of caching the outputs and intermediate files of the build, such as task outputs or artifact transform outputs....
Read more >
Configure the client cache - Configuration Manager
The default location for the Configuration Manager client cache is %windir%\ccmcache and the default disk space is 5120 MB. Important. Don't ...
Read more >
Customize the global cache location
Use one of the following methods to open the Preferences window: · Select the Package Manager category. · Under Packages, open the menu...
Read more >
Cache
Locations for the cache. Defaults to path.resolve(cache.cacheDirectory, cache.name) . webpack.config.js const path ...
Read more >
Configuration caching deep dive
Configuration caching is a fundamental building block in making builds faster, both from the IDE and the command line.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found