27 lines
396 B
YAML
27 lines
396 B
YAML
|
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: []
|