System\Helpers\Cache

Source: ~/modules/system/helpers/Cache.php

Protected properties

protected static $instance

Public methods

public void __clone()

public void __wakeup()

public static void clear()

Execute the console command.

public void clearCache()

public void clearCombiner()

public static void clearInternal()

public void clearMeta()

public void clearTwig()

public static void forgetInstance()

Forget this singleton's instance if it exists

public static void instance()

Create a new instance of this singleton.

Protected methods

protected void __construct()

Constructor.

protected void init()

Initialize the singleton free from constructor parameters.