# ezcache/1.3/vendor/composer/autoload_static.php

ezCache, version 1.3. 51 lines.

- Page: https://pluginprobe.com/plugins/ezcache/1.3/code/vendor/composer/autoload_static.php
- Raw: https://pluginprobe.com/plugins/ezcache/1.3/raw/vendor/composer/autoload_static.php
- Modified: 2019-09-08T11:05:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ezcache/1.3/code/vendor/composer/autoload_static.php#L10-L20`.

```php
<?php

// autoload_static.php @generated by Composer

namespace Composer\Autoload;

class ComposerStaticInit661e770417c900174bc2708c11d0e415
{
    public static $prefixLengthsPsr4 = array (
        'U' => 
        array (
            'Upress\\EzCache\\' => 15,
        ),
        'M' => 
        array (
            'MatthiasMullie\\PathConverter\\' => 29,
            'MatthiasMullie\\Minify\\' => 22,
        ),
    );

    public static $prefixDirsPsr4 = array (
        'Upress\\EzCache\\' => 
        array (
            0 => __DIR__ . '/../..' . '/includes',
        ),
        'MatthiasMullie\\PathConverter\\' => 
        array (
            0 => __DIR__ . '/..' . '/matthiasmullie/path-converter/src',
        ),
        'MatthiasMullie\\Minify\\' => 
        array (
            0 => __DIR__ . '/..' . '/matthiasmullie/minify/src',
        ),
    );

    public static $classMap = array (
        'WP_Async_Request' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-async-request.php',
        'WP_Background_Process' => __DIR__ . '/..' . '/a5hleyrich/wp-background-processing/classes/wp-background-process.php',
    );

    public static function getInitializer(ClassLoader $loader)
    {
        return \Closure::bind(function () use ($loader) {
            $loader->prefixLengthsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixLengthsPsr4;
            $loader->prefixDirsPsr4 = ComposerStaticInit661e770417c900174bc2708c11d0e415::$prefixDirsPsr4;
            $loader->classMap = ComposerStaticInit661e770417c900174bc2708c11d0e415::$classMap;

        }, null, ClassLoader::class);
    }
}

```
