I'm using the ctools module and it's object cache. Do I need to handle removing old entries myself, or does ctools do that for me?
If not, what is a good way of cleaning the ctools_object_cache table, via hook_cron()?
I believe I'm right in thinking that objects older than 7 days get deleted:
http://api.drupalcommerce.org/api/Drupal%20Commerce/sites%21all%21module...
Comments
I believe I'm right in
I believe I'm right in thinking that objects older than 7 days get deleted:
http://api.drupalcommerce.org/api/Drupal%20Commerce/sites%21all%21module...