import "github.com/egdaemon/eg/runtime/x/wasi/egccache"
<a name="CacheDirectory"></a>
func CacheDirectory(dirs ...string) string
<a name="Cleanup"></a>
func Cleanup(options ...cleanupoption) eg.OpFn
<a name="Env"></a>
func Env() []string
attempt to build the ccache environment that sets up the ccache environment for caching.
<a name="PrintStatistics"></a>
func PrintStatistics(runtime shell.Command) eg.OpFn
print informational statistics about cache usage, use the provided environment.
<a name="Runtime"></a>
func Runtime() shell.Command
Create a shell runtime that properly sets up the ccache environment for caching.