29 lines
667 B
PHP
29 lines
667 B
PHP
<?php
|
|
class Context extends ContextCore
|
|
{
|
|
/*
|
|
* module: teamwant_redis
|
|
* date: 2023-03-29 22:51:19
|
|
* version: 2.1.1
|
|
*/
|
|
public $disableCacheForOrderPage_initialized = false;
|
|
/*
|
|
* module: teamwant_redis
|
|
* date: 2023-03-29 22:51:19
|
|
* version: 2.1.1
|
|
*/
|
|
public $disableCacheForOrderPage = false;
|
|
/*
|
|
* module: teamwant_redis
|
|
* date: 2023-03-29 22:51:19
|
|
* version: 2.1.1
|
|
*/
|
|
public $disableCacheForAddressPaymentAndCarrier_initialized = false;
|
|
/*
|
|
* module: teamwant_redis
|
|
* date: 2023-03-29 22:51:19
|
|
* version: 2.1.1
|
|
*/
|
|
public $disableCacheForAddressPaymentAndCarrier = false;
|
|
}
|