'<span class="w3tc-'.($objectcache_enabled?'enabled">'.esc_html__('enabled','w3-total-cache'):'disabled">'.esc_html__('disabled','w3-total-cache')).(!$this->_config->getf_boolean('objectcache.enabled')&&has_filter('w3tc_config_item_objectcache.enabled')?esc_html__(' via filter','w3-total-cache'):'').'</span>'
<pclass="description"><?phpesc_html_e('Determines the natural expiration time of unchanged cache items. The higher the value, the larger the cache.','w3-total-cache');?></p>
<pclass="description"><?phpesc_html_e('If caching to disk, specify how frequently expired cache data is removed. For busy sites, a lower value is best.','w3-total-cache');?></p>
<pclass="description"><?phpesc_html_e('Groups that should not be cached.','w3-total-cache');?></p>
</td>
</tr>
<tr>
<thcolspan="2">
<?php$this->checkbox('objectcache.enabled_for_wp_admin');?><?php esc_html_e( 'Enable caching for wp-admin requests', 'w3-total-cache' ); ?></label>
<pclass="description"><?phpesc_html_e('Enabling this option will increase wp-admin performance, but may cause side-effects','w3-total-cache');?></p>
</th>
</tr>
<tr>
<thcolspan="2">
<?php$this->checkbox('objectcache.fallback_transients');?><?php esc_html_e( 'Store transients in database', 'w3-total-cache' ); ?></label>
<pclass="description"><?phpesc_html_e('Use that to store transients in database even when external cache is used. That allows transient values to survive object cache cleaning / expiration','w3-total-cache');?></p>
// translators: 1 opening HTML em tag, 2 closing HTML em tag.
__(
'Enabling this option will increase load on server on certain actions but will guarantee that the Object Cache is always clean and contains latest changes. %1$sEnable if you are experiencing issues with options displaying wrong value/state (checkboxes etc).%2$2',