@@ -127,6 +127,8 @@ public static function load()
127127 * @param \Memcached $memcached
128128 * @param array|string $keyOrKeys The key or keys to operate on
129129 * @return array
130+ *
131+ * @access private
130132 */
131133 public static function handleAttributes ($ memcached , $ keyOrKeys )
132134 {
@@ -145,6 +147,8 @@ public static function handleAttributes($memcached, $keyOrKeys)
145147 * @param string $serverKey The key identifying the server to store the value on or retrieve it from.
146148 * @param array|string $keyOrKeys The key or keys to operate on
147149 * @return array
150+ *
151+ * @access private
148152 */
149153 public static function handleAttributesByKey ($ memcached , $ serverKey , $ keyOrKeys )
150154 {
@@ -167,6 +171,8 @@ public static function handleAttributesByKey($memcached, $serverKey, $keyOrKeys)
167171 * memcache.
168172 * @param string $key The key or keys to operate on
169173 * @return array
174+ *
175+ * @access private
170176 */
171177 public static function handleCas ($ memcached , $ casToken , $ key )
172178 {
@@ -189,6 +195,8 @@ public static function handleCas($memcached, $casToken, $key)
189195 * @param string $serverKey The key identifying the server to store the value on or retrieve it from.
190196 * @param string $key The key or keys to operate on
191197 * @return array
198+ *
199+ * @access private
192200 */
193201 public static function handleCasByKey ($ memcached , $ casToken , $ serverKey , $ key )
194202 {
@@ -209,6 +217,8 @@ public static function handleCasByKey($memcached, $casToken, $serverKey, $key)
209217 * @param \Memcached $memcached
210218 * @param array $items The items being set in memcached.
211219 * @return array
220+ *
221+ * @access private
212222 */
213223 public static function handleSetMulti ($ memcached , $ items )
214224 {
@@ -226,6 +236,8 @@ public static function handleSetMulti($memcached, $items)
226236 * @param string $serverKey The key identifying the server to store the value on or retrieve it from.
227237 * @param array $items The items being set in memcached.
228238 * @return array
239+ *
240+ * @access private
229241 */
230242 public static function handleSetMultiByKey ($ memcached , $ serverKey , $ items )
231243 {
0 commit comments