Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xdg
v1.3.0
XDG
CACHE
CONFIG
DATA
RUNTIME
STATE
Built with Crystal 1.10.0
2023-10-20 14:23:30 UTC
module
XDG::
CACHE
Defined in:
xdg.cr
Constant Summary
HOME
=
(envpath?(
"XDG_CACHE_HOME"
))
||
(
Path
.home
/
".cache"
)