ICanBoogie
  • Documentation
  • API Reference
  • ICanBoogie 4.0.x
Namespaces
  • ICanBoogie
    • Application
    • Autoconfig
    • Binding
    • Routing
    • Session
Classes
  • BootEvent
  • ClearCacheEvent
  • ConfigureEvent
  • RunEvent
  • TerminateEvent

Class ClearCacheEvent

Event class for the ICanBoogie\Application::clear_cache event.

The event is fired when all the cache of the application must be cleared.

ICanBoogie\Event
┗ ICanBoogie\Application\ClearCacheEvent
Namespace: ICanBoogie\Application
Codecoverageignore
Located at Application/ClearCacheEvent.php

Methods summary

public __construct( ICanBoogie\Application $target )

The event is constructed with the type ICanBoogie\Application\ClearCacheEvent::TYPE.

The event is constructed with the type ICanBoogie\Application\ClearCacheEvent::TYPE.

Parameters

$target

Constants summary

TYPE : string
'clear_cache'
ICanBoogie 4.0.x – Check on GitHub – API documentation generated by ApiGen