Using std.Build.Cache in a standalone application

can i use std.Build.Cache in a standalone command-line application that will be generating a slew of small files??? obviously i don’t want to re-invent the wheel…

are there examples illustrating this use-case (short of the zig build system itself) ???