Skip to content
Jeff Behnke edited this page Dec 13, 2015 · 3 revisions

The cache system caches Hosts, loaded themes and plugins, update check for VVV Dashboard and New Feature list for 24 hours by default.

These times are changeable for themes, plugins and hosts. Simply edit these lines in {VVV}/www/default/dashboard-custom.php

define( 'VVV_DASH_THEMES_TTL', 86400 );
define( 'VVV_DASH_PLUGINS_TTL', 86400 );
define( 'VVV_DASH_HOSTS_TTL', 86400 );

You can purge the cache with these buttons in the dashboard

Clone this wiki locally