Feature #1199

Add a method findByTag() to F3_FLOW3_Cache_AbstractCache

Added by Ingo Renner about 7 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2008-08-22
Priority:Must have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Cache
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1 Estimated time:0.00 hour
PHP Version: Complexity:
Has patch:

Description

Although one can store cache entries with tags, one can only load cache entries by identifier. Thus a method findByTag() would be useful.


Related issues

duplicated by TYPO3.Flow - Feature #1786: findByTag support for the cache frontend Closed 2008-10-22

Associated revisions

Revision ef993404
Added by Karsten Dambekalns almost 7 years ago

FLOW3:
  • some cleanup in Cache component, refs #1843, refs #1844
  • added findByTag() to cache frontends, fixes #1199

History

#1 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from New to Needs Feedback
  • Assigned To set to Karsten Dambekalns
  • Start date changed from 2008-08-01 to 2008-08-22

And that method would return an array with all found entries? Like the memcached backend findEntriesByTag() method did?

#2 Updated by Ingo Renner almost 7 years ago

yes, exactly. I think I implemented that already in the backport for TYPO3 4.x, you can find it on the 4.x core list...

#3 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from Needs Feedback to Accepted
  • Priority changed from Must have to Should have

#4 Updated by Karsten Dambekalns almost 7 years ago

  • Priority changed from Should have to Must have
  • Target version set to 1.0 alpha 1

#5 Updated by Karsten Dambekalns almost 7 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r1395.

Also available in: Atom PDF