コード例 #1
0
 /**
  * Recalculate response profile cached objects
  * 
  * @action recalculate
  * @param KalturaResponseProfileCacheRecalculateOptions $options
  * @return KalturaResponseProfileCacheRecalculateResults
  */
 function recalculateAction(KalturaResponseProfileCacheRecalculateOptions $options)
 {
     return KalturaResponseProfileCacher::recalculateCacheBySessionType($options);
 }