예제 #1
0
 protected function _getRequestCacheKeyInfo()
 {
     $cacheKeyInfo = parent::_getRequestCacheKeyInfo();
     $cacheKeyInfo[] = $this->getXhbSession()->getId();
     $cacheKeyInfo[] = $this->getXhbSession()->getModel()->getUniqueKey();
     $cacheKeyInfo[] = $this->getXhbSession()->getCurrencyCode();
     $cacheKeyInfo[] = $this->getSession()->getTheme();
     $cacheKeyInfo[] = $this->getSession()->getLocale();
     return $cacheKeyInfo;
 }