actionFlush() public method
Flushes given cache components.
For example,
# flushes caches specified by their id: "first", "second", "third" yii cache/flush first second third
public void actionFlush ( ) |
---|
actionFlush() public method
Flushes given cache components.
For example,
# flushes caches specified by their id: "first", "second", "third" yii cache/flush first second third
public void actionFlush ( ) |
---|
Please login to continue.