# themify-builder/trunk/themify/cache/config.php

Themify Builder, version trunk. 16 lines.

- Page: https://pluginprobe.com/plugins/themify-builder/trunk/code/themify/cache/config.php
- Raw: https://pluginprobe.com/plugins/themify-builder/trunk/raw/themify/cache/config.php
- Modified: 2023-06-13T22:51:48+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/themify-builder/trunk/code/themify/cache/config.php#L10-L20`.

```php
<?php

defined( 'ABSPATH' ) || exit;

if(!defined('TF_CACHE_FW')){
    define('TF_CACHE_FW','#TF_CACHE_FW#');
}
if(!defined('TF_CACHE_TIME')){
    define('TF_CACHE_TIME','#TF_CACHE_TIME#');
}
if(!defined('TF_CACHE_RULES')){
    define('TF_CACHE_RULES','#TF_CACHE_RULES#');
}
if(!defined('TF_CACHE_IGNORE')){
    define('TF_CACHE_IGNORE','#TF_CACHE_IGNORE#');
}
```
