System\Helpers\Cache

Cache helper

Protected properties

protected static $instance

Public methods

public void __clone()

public void __wakeup()

public static void clear()

clear from the console command

public void clearCache()

clearCache

public void clearCombiner()

clearCombiner

public static void clearInternal()

clearInternal

public void clearMeta()

clearMeta

public void clearTwig()

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.