Changeset 13890 for trunk/src/bp-core/bp-core-cache.php
- Timestamp:
- 06/02/2024 01:06:10 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cache.php
r13573 r13890 324 324 * @param string $key Unique key for the query. Usually a SQL string. 325 325 * @param string $group Cache group. Eg 'bp_activity'. 326 * @return bool True on successful removal, false on failure.326 * @return bool 327 327 */ 328 328 function bp_core_delete_incremented_cache( $key, $group ) { … … 382 382 * 383 383 * @param string $group Cache group. Eg 'bp_activity'. 384 * @return bool True on success, false on failure.384 * @return bool 385 385 */ 386 386 function bp_core_reset_incrementor( $group ) {
Note: See TracChangeset
for help on using the changeset viewer.