Get information for a cache accessible from the given cpu.
(cpu int, cache string)
| 128 | GetCaches(id int) ([]os.FileInfo, error) |
| 129 | // Get information for a cache accessible from the given cpu. |
| 130 | GetCacheInfo(cpu int, cache string) (CacheInfo, error) |
| 131 | |
| 132 | GetSystemUUID() (string, error) |
| 133 |