Opened 4 months ago

Closed 4 months ago

#23326 closed task (blessed) (fixed)

Cache incrementors for get_terms()

Reported by: ryan Owned by: ryan
Priority: normal Milestone: 3.6
Component: Cache Version: 3.5.1
Severity: normal Keywords: needs-unit-tests
Cc:

Description

With r9102, get_terms() was the first to switch to the new cache invalidation style. It still uses timestamps instead of incrementors, however.

Attachments (1)

23326.diff (1.3 KB) - added by ryan 4 months ago.

Download all attachments as: .zip

Change History (5)

ryan4 months ago

  • Keywords needs-unit-tests added

Related: #21267

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In 23384:

Use incrementors for cache invalidation in get_terms().

fixes #23326
see #23173

Note: See TracTickets for help on using tickets.