This file is indexed.

/usr/share/xcache/htdocs/cacher/lang/en.php is in php5-xcache 3.2.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?php
// auto generated, do not modify
$strings += array(
		"php Cached"
		=> "PHP Cached",
		"var Cached"
		=> "Variable Cached",
		"php Deleted"
		=> "PHP Deleted",
		"var Deleted"
		=> "Variable Deleted",
		"entry.id"
		=> "Id|",
		"entry.remove"
		=> "Remove|",
		"entry.name"
		=> "Entry name|The entry name or filename",
		"entry.hits"
		=> "Hits|Hit times of this entry (loaded from this cache)",
		"entry.size"
		=> "Size|Size in bytes of this entry in the cache",
		"entry.refcount"
		=> "Refs|Reference count of this entry is holded by a php request",
		"entry.phprefcount"
		=> "Shares|Count of entry sharing this php data",
		"entry.class_cnt"
		=> "Cls.|Count of classes",
		"entry.function_cnt"
		=> "Funcs|Count of functions",
		"entry.file_size"
		=> "Src Size|Size of the source file",
		"entry.file_mtime"
		=> "Modified|Last modified time of the source file",
		"entry.file_device"
		=> "dev|device number of the source file",
		"entry.file_inode"
		=> "ino|inode number of the source file",
		"entry.hash"
		=> "Hash|Hash value of this entry",
		"entry.atime"
		=> "Access|Last time when this entry is accessed",
		"entry.ctime"
		=> "Create|The time when this entry is stored",
		"entry.delete"
		=> "Delete|The time when this entry is deleted",
		"Caches"
		=> "Caches",
		"cache.cache"
		=> "Cache|",
		"cache.slots"
		=> "Slots|Number of hash slots. the setting from your php.ini",
		"cache.size"
		=> "Size|Cache Size, Size of the cache (or cache chunk), in bytes",
		"cache.avail"
		=> "Avail|Available Memory, free memory in bytes of this cache",
		"cache.blocksgraph"
		=> "Percent Graph|Shows how much memory available in percent, and memory blocks status in graph",
		"cache.operations"
		=> "Operations|Press the clear button to clean this cache",
		"cache.status"
		=> "Status|Compiling flag, \"Compiling\" if the cache is busy compiling php script. \"Disabled\" if cache is disabled",
		"cache.hits"
		=> "Hits|Cache Hits, hit=a var/php is loaded from this cache",
		"cache.hits_graph"
		=> "Hits*24H|Hits graph of last 24 hours",
		"cache.hits_avg_h"
		=> "Hits/H|Average Hits per Hour. Only last 24 hours is logged",
		"cache.hits_avg_s"
		=> "Hits/S|Average Hits per Second. Only last 5 seconds is logged",
		"cache.updates"
		=> "Updates|Cache Updates",
		"cache.skips"
		=> "Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache",
		"cache.ooms"
		=> "OOMs|Out Of Memory, how many times a new item should be stored but there isn't enough memory in the cache, think of increasing the xcache.size or xcache.var_size",
		"cache.errors"
		=> "Errs|Compiler errors, how many times your script(s) failed to be compiled by PHP. You should really check what is happening if you see this value increase. (See Help for more information)",
		"cache.readonly_protected"
		=> "Protected|Whether readonly_protection is available and enable on this cache (See help for more information)",
		"cache.cached"
		=> "Cached|Number of entries stored in this cache",
		"cache.deleted"
		=> "Deleted|Number of entries is pending in delete list (expired but referenced)",
		"cache.gc_timer"
		=> "GC|Seconds count down of Garbage Collection",
		);