Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bd683 commit d9272d6Copy full SHA for d9272d6
1 file changed
Doc/lib/libstatcache.tex
@@ -5,6 +5,12 @@ \section{\module{statcache} ---
5
\sectionauthor{Moshe Zadka}{[email protected]}
6
\modulesynopsis{Stat files, and remember results.}
7
8
+
9
+\deprecated{2.2}{Use \function{\refmodule{os}.stat()} directly instead
10
+of using the cache; the cache introduces a very high level of
11
+fragility in applications using it and complicates application code
12
+with the addition of cache management support.}
13
14
The \module{statcache} module provides a simple optimization to
15
\function{os.stat()}: remembering the values of previous invocations.
16
0 commit comments