mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added description of the new metadata property returned by wincache_ocache_fileinfo().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293829 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0dc95733f0
commit
953fcf2341
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@
|
|||
<literal>total_miss_count</literal> - number of times the compiled opcode have not been found in the cache
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<literal>is_local_cache</literal> - true is the cache metadata is for a local cache instance,
|
||||
false if the metadata is for the global cache
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>file_entries</literal> - an array that contains the information about all the cached files:
|
||||
|
|
Loading…
Reference in a new issue