Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DataCacheInterface.php
Go to the documentation of this file.
1 <?php
7 
12 {
22  public function setRow($table, $parentId, $rowId, $value);
23 
34  public function setField($table, $parentId, $rowId, $field, $value);
35 
45  public function get($table, $parentId, $rowId, $field = null);
46 
55  public function remove($table, $parentId, $rowId);
56 
66  public function has($table, $parentId, $rowId, $field = null);
67 }
setRow($table, $parentId, $rowId, $value)
setField($table, $parentId, $rowId, $field, $value)
$value
Definition: gender.phtml:16
has($table, $parentId, $rowId, $field=null)
$table
Definition: trigger.php:14