Guest User

Untitled

a guest
Dec 11th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $types = array('block_html','full_page');
  2. foreach ($types as $type) {
  3. $this->_cacheTypeList->cleanType($type);
  4. }
  5. foreach ($this->_cacheFrontendPool as $cacheFrontend) {
  6. $cacheFrontend->getBackend()->clean();
  7. }
Add Comment
Please, Sign In to add comment