These bits of caching are generally considered inadvisable to be messed with. If I remember right you can somewhat control the behavior by query arguments and wrapping related code in wp_suspend_cache_addition()
calls.
From look through the source it doesn’t seem to be meant to carry custom logic. If you would like similar behavior for your custom data from non–native table you will likely have to implement caching logic for it yourself.
Related Posts:
- WordPress Cache delete on plugin uninstall
- Memcaching recurring SQL Queries
- Enabling WP_USE_EXT_MYSQL to support old plugin
- Removing an action from wp_footer called in a class that’s inside a bigger class
- how to access all user dashboard on fronted page [closed]
- Insert data from .sql file in wordpress plugin
- Plugin developer automated documentation
- WordPress + JavaScipt + AJAX + MySQL: insert query for form
- Custom plugin init action causing general slowness
- Is there a hook to Intercept al urls from a webpage and redirect to a page
- WordPress Backend HA (Automatic failover)
- Automatic switch to backup database on fail
- SQL to order by CPT results by user->display_name w/only user->ID known
- add_action in static class [closed]
- Migrating to WordPress Recipe Plugin and Some SQL Issues
- Enabling plugin failed because MySQL user do not have CREATE permissions
- WordPress user account activation
- WordPress page and plugin list using sql query
- Multiple instance of data in plugin custom database table on plugin activation
- External Script Using WP – Hooks / Actions Not Working?
- How to handle cookies from a WordPress plugin on a cached page?
- w3 total cache and sitemap.xml
- Caching RSS plugin data
- Submit custom form from post content and execute in plugin
- Adding (image) caching to my Tumblr widget
- w3 Total Cache not Caching – Requested URI is rejected [closed]
- WP-DownloadManager – Query most download per week/month etc
- Inject HTML meta tag inside wordpress tag using add_shortcode
- Better ads plugin has 500.000 entries in wp_postmeta
- How to get post ID with hooks publish_post, new_to_publish, etc
- add_action in a custom plugin
- register_activation_hook in oop approach
- What is @Action in WordPress?
- Problem with removing plugin action
- edit_user_profile and show_user_profile are not firing inside a class
- My homemade plugin is trying to update to someone else’s plugin
- Add action to fire when a published post is updated
- do add_action on condition
- Is there a way to figure out which action/filter invoked a function?
- get gravity form ID from backend/wordpress admin
- How to pass variables to a function argument using add_action [duplicate]
- Errors when trying to use a plugin to write to the database
- pagination on data fetched using SQL query
- How to trace SUBMIT button
- How passing values to construct function with Actions?
- Remove_action from plugin with a Class
- add_action into another add_action not working
- after wordpress update to 3.5+ i get many errors in plugin wpdb::prepare()
- publish_post action doesn’t work
- Run a plugin just ‘once’ per page reload
- Using add_action before add_filter on a plugin?
- Speeding SQL queries for a large database?
- Cannot get wpdb data (Error in a simple fuction) [closed]
- Mass SQL WordPress Meta Key deletion
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- a weird attribute on every html tag
- Submit Form data to another page via Ajax (WordPress Way)
- Combining several CSS files into one for optimization
- the_post hook is not firing for me
- dbDelta not adding additional columns in plugin database update
- Why do plugins often ask to add in to templates?
- Does using `add_action( ‘init’…` cause performance issues?
- do_action Nested List
- Create a post builder skin in a plugin
- remove_action not removing add_action from constructor
- Plugin Development – Functions or Hooks?
- Using ‘mysqli_connect’ ‘crashes’ WordPress client-side
- How to get menu location in wp_update_nav_menu hook
- How do I add some javascript validation to the admin interface form’s onsubmit?
- Can WordPress Drop-ins be given their own directory?
- How Can I Safely Remove WP-Super Cache without messing my site up? [closed]
- Basic function call on init failing
- How to create Admin Notice from Plugin with argument? [duplicate]
- Hook for page Request?
- Editing wp-config.php
- Are there action hooks for comments?
- What is the best way to cache pages on WordPress
- Changes not visible when not logged in
- How to add support for caching plugins for my own plugin?
- Always get creating a new table with foreign key
- How to do database for download stats?
- New bulk action to resend welcome emails
- How can I fetch data from another website to my wordpress website with mysql database
- WooCommerce: after install hook
- Getting error “Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘FILEPATH/cccatalog-plugin.php on line 1656”
- DB Query not working in Plugin
- How to remove a class function from a plugin by using remove_action()?
- Advanced WordPress plugin activation detection
- Trying to add_action in a loop
- how to execute some code after a post is published in WordPress [duplicate]
- External wpdb connections in different plugins on single page
- How to remove products-links after the product title using remove_action
- site url is not working after migrtaion in worpress, all links are broken
- speed up pagination for huge database
- Way to send multiple values for column to MySQL?
- Object Caching Plugin force every plugin to cache objects?
- Comment Approve – Add custom function when comment is approved
- Dequeue, Unregister, Remove Action – Not Working on Plugin
- Add action to custom Function
- How to save comment name email url fields?