You are here

public function StoreInterface::cleanup in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/HttpCache/StoreInterface.php \Symfony\Component\HttpKernel\HttpCache\StoreInterface::cleanup()

Cleanups storage.

1 method overrides StoreInterface::cleanup()
Store::cleanup in vendor/symfony/http-kernel/HttpCache/Store.php
Cleanups storage.

File

vendor/symfony/http-kernel/HttpCache/StoreInterface.php, line 95

Class

StoreInterface
Interface implemented by HTTP cache stores.

Namespace

Symfony\Component\HttpKernel\HttpCache

Code

public function cleanup();