[wp-trac] [WordPress Trac] #19618: Extending the Transient API outside of the wp_options table

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 19 21:17:09 UTC 2011


#19618: Extending the Transient API outside of the wp_options table
-----------------------------+----------------------
 Reporter:  VicePrez         |       Owner:
     Type:  feature request  |      Status:  closed
 Priority:  normal           |   Milestone:
Component:  Cache            |     Version:
 Severity:  trivial          |  Resolution:  wontfix
 Keywords:                   |
-----------------------------+----------------------
Changes (by scribu):

 * status:  new => closed
 * resolution:   => wontfix
 * milestone:  Awaiting Review =>


Comment:

 For the transients API, wp_options is just a fallback. The primary storage
 is a persistent cache backend, such as Memcache. Therefore, it doesn't
 make any sense to "extend the transients API" to other tables.

 Since we already have the Transients API, I don't see why plugin authors
 would create their own tables for ''temporary'' data, unless they had a
 specific need, in which case we couldn't provide a generic API anyway.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19618#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list