MetaAction::StoreActionsInCache PHP Method

StoreActionsInCache() private static method

private static StoreActionsInCache ( )
    private static function StoreActionsInCache()
    {
        if (CampCache::IsEnabled()) {
            return CampCache::singleton()->add(self::CACHE_KEY_LIST_OF_ACTIONS, self::$m_availableActions);
        }
        return false;
    }