Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. $cacheItem = array (
  2.     'name' => 'Cache Path',
  3.     'id' => 'cache_path_id',
  4.     'is-clustered' => 1,
  5.     'enabled' => 1,
  6.     'path' => 'rest/abc/def/',
  7. );
  8. eZCache::clearItem($cacheItem);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement