Skip to content

Pods Alternative Cache 1.1

Compare
Choose a tag to compare
@sc0ttkclark sc0ttkclark released this 24 Oct 02:31
  • Refactored into a better OO pattern so the code is easier to use and extend
  • Added ability to create custom storage types through the pods_alternative_cache_storage_types filter, return $storage_types; where you've set $storage_types[ 'your_type' ] = 'Your_Class';
  • File storage now uses md5-based folder structure to avoid issues on sites with a large amount of cached objects to avoid having folders with too many files in them which could cause issues with certain hosts