HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/ridderstee.komma.pro/app/config/packages/maatwebsite/excel/cache.php
<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | Enable/Disable cell caching
    |--------------------------------------------------------------------------
    */
    'enable'   => true,

    /*
    |--------------------------------------------------------------------------
    | Caching driver
    |--------------------------------------------------------------------------
    |
    | Set the caching driver
    |
    | Available methods:
    | memory|gzip|serialized|igbinary|discISAM|apc|memcache|temp|wincache|sqlite|sqlite3
    |
    */
    'driver'   => 'memory',

    /*
    |--------------------------------------------------------------------------
    | Cache settings
    |--------------------------------------------------------------------------
    */
    'settings' => array(

        'memoryCacheSize' => '32MB',
        'cacheTime'       => 600

    ),

    /*
    |--------------------------------------------------------------------------
    | Memcache settings
    |--------------------------------------------------------------------------
    */
    'memcache' => array(

        'host' => 'localhost',
        'port' => 11211,

    ),

    /*
    |--------------------------------------------------------------------------
    | Cache dir (for discISAM)
    |--------------------------------------------------------------------------
    */

    'dir'      => storage_path('cache')

);