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