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