Ejemplo n.º 1
0
 /**
  * Returns the numeric storage id
  *
  * @return int
  */
 public function getNumericStorageId()
 {
     return $this->cache->getNumericStorageId();
 }
Ejemplo n.º 2
0
 public function testGetNumericId()
 {
     $this->assertNotNull($this->cache->getNumericStorageId());
 }