Cached facts timing is inconsistently displayedWhen running facter with `-t` option.
Acceptance criteria:
Using following config, timing displayed is inconsistent: virtualization is not displayed, but ssh is
ttls : [ { "ssh": 30 days }, { "virtualization": 30 days } ]
fact `ssh`, took: (0.000067) seconds
timing for cached facts should be marked (maybe write cached fact instead of fact)
`virtualisation` is the name of a groups of facts
virtualization
- virtual
- is_virtual
- cloud
With the fix from this PR timing is showed for the facts that can be resolved from the `virtualisation group`.
cached fact 'virtual', took: (0.000046) seconds
cached fact 'is_virtual', took: (0.000003) seconds