Skip to content

Commit 057f8be

Browse files
committed
PythonEnvInfoCache doc comment
1 parent bacc11e commit 057f8be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/client/pythonEnvironments/base/envsCache.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ export interface IEnvsCache {
5050

5151
type CompleteEnvInfoFunction = (envInfo: PythonEnvInfo) => boolean;
5252

53+
/**
54+
* Environment info cache using persistent storage to save and retrieve pre-cached env info.
55+
*/
5356
export class PythonEnvInfoCache implements IEnvsCache {
5457
private initialized = false;
5558

0 commit comments

Comments
 (0)