-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathautoload.php
159 lines (156 loc) · 20.5 KB
/
autoload.php
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<?php
// autoload.php @generated by Composer
$classMap = [
'WCPOS\Vendor\Psr\Cache\CacheItemPoolInterface' => './phpfastcache/phpfastcache/bin/dependencies/Psr/Cache/src/CacheItemPoolInterface.php',
'WCPOS\Vendor\Psr\Cache\CacheItemInterface' => './phpfastcache/phpfastcache/bin/dependencies/Psr/Cache/src/CacheItemInterface.php',
'WCPOS\Vendor\Psr\Cache\InvalidArgumentException' => './phpfastcache/phpfastcache/bin/dependencies/Psr/Cache/src/InvalidArgumentException.php',
'WCPOS\Vendor\Psr\Cache\CacheException' => './phpfastcache/phpfastcache/bin/dependencies/Psr/Cache/src/CacheException.php',
'WCPOS\Vendor\Psr\SimpleCache\CacheInterface' => './phpfastcache/phpfastcache/bin/dependencies/Psr/SimpleCache/src/CacheInterface.php',
'WCPOS\Vendor\Psr\SimpleCache\InvalidArgumentException' => './phpfastcache/phpfastcache/bin/dependencies/Psr/SimpleCache/src/InvalidArgumentException.php',
'WCPOS\Vendor\Psr\SimpleCache\CacheException' => './phpfastcache/phpfastcache/bin/dependencies/Psr/SimpleCache/src/CacheException.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\MasterSlaveReplication\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/Item.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\MasterSlaveReplication\MasterSlaveReplicationCluster' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/MasterSlaveReplication/MasterSlaveReplicationCluster.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\RandomReplication\RandomReplicationCluster' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/RandomReplication/RandomReplicationCluster.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\RandomReplication\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/RandomReplication/Item.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\FullReplication\FullReplicationCluster' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/FullReplication/FullReplicationCluster.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\FullReplication\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/FullReplication/Item.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\SemiReplication\SemiReplicationCluster' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/SemiReplication/SemiReplicationCluster.php',
'WCPOS\Vendor\Phpfastcache\Cluster\Drivers\SemiReplication\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/Drivers/SemiReplication/Item.php',
'WCPOS\Vendor\Phpfastcache\Cluster\ClusterPoolAbstract' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ClusterPoolAbstract.php',
'WCPOS\Vendor\Phpfastcache\Cluster\ClusterPoolTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ClusterPoolTrait.php',
'WCPOS\Vendor\Phpfastcache\Cluster\ItemAbstract' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ItemAbstract.php',
'WCPOS\Vendor\Phpfastcache\Cluster\ClusterPoolInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ClusterPoolInterface.php',
'WCPOS\Vendor\Phpfastcache\Cluster\AggregatablePoolInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/AggregatablePoolInterface.php',
'WCPOS\Vendor\Phpfastcache\Cluster\AggregatorInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/AggregatorInterface.php',
'WCPOS\Vendor\Phpfastcache\Cluster\ClusterAggregator' => './phpfastcache/phpfastcache/lib/Phpfastcache/Cluster/ClusterAggregator.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Leveldb\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Leveldb/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Leveldb\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Leveldb/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Leveldb\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Leveldb/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchdb\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchdb/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchdb\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchdb/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchdb\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchdb/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Apcu\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Apcu/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Apcu\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Apcu/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Apcu\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Apcu/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Redis\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Redis/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Redis\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Redis/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Redis\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Redis/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memstatic\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memstatic/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memstatic\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memstatic/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memstatic\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memstatic/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Predis\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Predis/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Predis\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Predis/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Predis\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Predis/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbasev3\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbasev3/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbasev3\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbasev3/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbasev3\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbasev3/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devfalse\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devfalse/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devfalse\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devfalse/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devfalse\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devfalse/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Sqlite\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Sqlite/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Sqlite\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Sqlite/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Sqlite\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Sqlite/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Mongodb\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Mongodb/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Mongodb\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Mongodb/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Mongodb\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Mongodb/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcached\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcached/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcached\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcached/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcached\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcached/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcache\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcache/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcache\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcache/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Memcache\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcache/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zendshm\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zendshm/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zendshm\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zendshm/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zendshm\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zendshm/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devnull\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devnull/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devnull\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devnull/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devnull\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devnull/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cassandra\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cassandra/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cassandra\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cassandra/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cassandra\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cassandra/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Files\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Files/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Files\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Files/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Files\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Files/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Wincache\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Wincache/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Wincache\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Wincache/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Wincache\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Wincache/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cookie\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cookie/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cookie\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cookie/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Cookie\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cookie/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Ssdb\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Ssdb/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Ssdb\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Ssdb/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Ssdb\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Ssdb/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devtrue\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devtrue/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devtrue\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devtrue/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Devtrue\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devtrue/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zenddisk\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zenddisk/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zenddisk\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zenddisk/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Zenddisk\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zenddisk/Item.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbase\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbase/Config.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbase\Driver' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbase/Driver.php',
'WCPOS\Vendor\Phpfastcache\Drivers\Couchbase\Item' => './phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbase/Item.php',
'WCPOS\Vendor\Phpfastcache\Core\Item\ItemExtendedTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Item/ItemExtendedTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Item\ItemBaseTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Item/ItemBaseTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Item\ExtendedCacheItemInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Item/ExtendedCacheItemInterface.php',
'WCPOS\Vendor\Phpfastcache\Core\Item\TaggableCacheItemInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Item/TaggableCacheItemInterface.php',
'WCPOS\Vendor\Phpfastcache\Core\Item\TaggableCacheItemTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Item/TaggableCacheItemTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\CacheItemPoolTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/CacheItemPoolTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\AbstractDriverPoolTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/AbstractDriverPoolTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\ExtendedCacheItemPoolInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/ExtendedCacheItemPoolInterface.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\TaggableCacheItemPoolInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolInterface.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\IO\IOHelperTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/IO/IOHelperTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\TaggableCacheItemPoolTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/TaggableCacheItemPoolTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\DriverBaseTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/DriverBaseTrait.php',
'WCPOS\Vendor\Phpfastcache\Core\Pool\ExtendedCacheItemPoolTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Core/Pool/ExtendedCacheItemPoolTrait.php',
'WCPOS\Vendor\Phpfastcache\Proxy\PhpfastcacheAbstractProxy' => './phpfastcache/phpfastcache/lib/Phpfastcache/Proxy/PhpfastcacheAbstractProxy.php',
'WCPOS\Vendor\Phpfastcache\Util\Directory' => './phpfastcache/phpfastcache/lib/Phpfastcache/Util/Directory.php',
'WCPOS\Vendor\Phpfastcache\Util\ClassNamespaceResolverInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Util/ClassNamespaceResolverInterface.php',
'WCPOS\Vendor\Phpfastcache\Util\ArrayObject' => './phpfastcache/phpfastcache/lib/Phpfastcache/Util/ArrayObject.php',
'WCPOS\Vendor\Phpfastcache\Util\ClassNamespaceResolverTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Util/ClassNamespaceResolverTrait.php',
'WCPOS\Vendor\Phpfastcache\Util\MemcacheDriverCollisionDetectorTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Util/MemcacheDriverCollisionDetectorTrait.php',
'WCPOS\Vendor\Phpfastcache\Config\IOConfigurationOptionTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Config/IOConfigurationOptionTrait.php',
'WCPOS\Vendor\Phpfastcache\Config\Config' => './phpfastcache/phpfastcache/lib/Phpfastcache/Config/Config.php',
'WCPOS\Vendor\Phpfastcache\Config\ConfigurationOption' => './phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOption.php',
'WCPOS\Vendor\Phpfastcache\Config\ConfigurationOptionInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Config/ConfigurationOptionInterface.php',
'WCPOS\Vendor\Phpfastcache\CacheManager' => './phpfastcache/phpfastcache/lib/Phpfastcache/CacheManager.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheDriverConnectException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheDriverConnectException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheDriverNotFoundException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheDriverNotFoundException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheInstanceNotFoundException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheInstanceNotFoundException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheExceptionInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheExceptionInterface.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheDriverCheckException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheDriverCheckException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheCoreException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheCoreException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheDeprecatedException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheDeprecatedException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheLogicException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheLogicException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheDriverException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheDriverException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheInvalidConfigurationException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheInvalidConfigurationException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheIOException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheIOException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheSimpleCacheException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheSimpleCacheException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheInvalidArgumentTypeException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheInvalidArgumentTypeException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheReplicationException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheReplicationException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheRootException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheRootException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheUnsupportedOperationException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheUnsupportedOperationException.php',
'WCPOS\Vendor\Phpfastcache\Exceptions\PhpfastcacheInvalidArgumentException' => './phpfastcache/phpfastcache/lib/Phpfastcache/Exceptions/PhpfastcacheInvalidArgumentException.php',
'WCPOS\Vendor\Phpfastcache\EventManager' => './phpfastcache/phpfastcache/lib/Phpfastcache/EventManager.php',
'WCPOS\Vendor\Phpfastcache\Api' => './phpfastcache/phpfastcache/lib/Phpfastcache/Api.php',
'WCPOS\Vendor\Phpfastcache\Helper\CacheConditionalHelper' => './phpfastcache/phpfastcache/lib/Phpfastcache/Helper/CacheConditionalHelper.php',
'WCPOS\Vendor\Phpfastcache\Helper\Psr16Adapter' => './phpfastcache/phpfastcache/lib/Phpfastcache/Helper/Psr16Adapter.php',
'WCPOS\Vendor\Phpfastcache\Event\EventManagerDispatcherTrait' => './phpfastcache/phpfastcache/lib/Phpfastcache/Event/EventManagerDispatcherTrait.php',
'WCPOS\Vendor\Phpfastcache\Event\EventManagerDispatcherInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Event/EventManagerDispatcherInterface.php',
'WCPOS\Vendor\Phpfastcache\Event\EventManagerInterface' => './phpfastcache/phpfastcache/lib/Phpfastcache/Event/EventManagerInterface.php',
'WCPOS\Vendor\Phpfastcache\Entities\DriverStatistic' => './phpfastcache/phpfastcache/lib/Phpfastcache/Entities/DriverStatistic.php',
'WCPOS\Vendor\Phpfastcache\Entities\DriverIO' => './phpfastcache/phpfastcache/lib/Phpfastcache/Entities/DriverIO.php',
'WCPOS\Vendor\Phpfastcache\Entities\ItemBatch' => './phpfastcache/phpfastcache/lib/Phpfastcache/Entities/ItemBatch.php',
'WCPOS\Vendor\Firebase\JWT\SignatureInvalidException' => './firebase/php-jwt/src/SignatureInvalidException.php',
'WCPOS\Vendor\Firebase\JWT\BeforeValidException' => './firebase/php-jwt/src/BeforeValidException.php',
'WCPOS\Vendor\Firebase\JWT\CachedKeySet' => './firebase/php-jwt/src/CachedKeySet.php',
'WCPOS\Vendor\Firebase\JWT\Key' => './firebase/php-jwt/src/Key.php',
'WCPOS\Vendor\Firebase\JWT\JWK' => './firebase/php-jwt/src/JWK.php',
'WCPOS\Vendor\Firebase\JWT\JWTExceptionWithPayloadInterface' => './firebase/php-jwt/src/JWTExceptionWithPayloadInterface.php',
'WCPOS\Vendor\Firebase\JWT\ExpiredException' => './firebase/php-jwt/src/ExpiredException.php',
'WCPOS\Vendor\Firebase\JWT\JWT' => './firebase/php-jwt/src/JWT.php',
];
spl_autoload_register(function ($class) use ($classMap) {
if (isset($classMap[$class])) {
require __DIR__ . '/' . $classMap[$class];
}
});