api/symfony/Component/HttpKernel/CacheClearer/CacheClearerInterface.yaml

27 lines
396 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: CacheClearerInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: clear
visibility: public
parameters:
- name: cacheDir
comment: '# * CacheClearerInterface.
# *
# * @author Dustin Dobervich <ddobervich@gmail.com>
# */
# interface CacheClearerInterface
# {
# /**
# * Clears any caches necessary.'
traits: []
interfaces: []