You are here

function omega_tools_cache_set in Omega Tools 7.3

Store changes to a task handler in the object cache.

2 calls to omega_tools_cache_set()
omega_tools_subtheme_add_submit in includes/omega_tools.admin.inc
@todo
omega_tools_subtheme_wizard_next in includes/omega_tools.wizard.inc
@todo

File

./omega_tools.module, line 178

Code

function omega_tools_cache_set($name, $subtheme) {
  ctools_include('object-cache');
  ctools_object_cache_set('omega_tools', $name, $subtheme);
}