TYPO3 CMS  TYPO3_6-2
BackendInterface.php
Go to the documentation of this file.
1 <?php
3 
23 {
31  public function setCache(\TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache);
32 
45  public function set($entryIdentifier, $data, array $tags = array(), $lifetime = NULL);
46 
54  public function get($entryIdentifier);
55 
63  public function has($entryIdentifier);
64 
74  public function remove($entryIdentifier);
75 
82  public function flush();
83 
90  public function collectGarbage();
91 
92 }
setCache(\TYPO3\CMS\Core\Cache\Frontend\FrontendInterface $cache)