()
| 126 | * Get the path where plugin cache is stored |
| 127 | */ |
| 128 | export function getPluginCachePath(): string { |
| 129 | return join(getPluginsDirectory(), 'cache') |
| 130 | } |
| 131 | |
| 132 | /** |
| 133 | * Compute the versioned cache path under a specific base plugins directory. |
no test coverage detected