fragment-cache
fragment-cache copied to clipboard
Fragment caching with storage support for transients, object cache and object metadata
Results
2
fragment-cache issues
Sort by
recently updated
recently updated
newest added
Using the basic implementation example in class's comments: ``` $args = array( 'storage' => 'meta', 'meta_type' => 'post', 'object_id' => $post->ID, ); if ( ! Pj_Fragment_Cache::output( 'some-cache-key', $args ) )...
Brilliant solution, but what's the recommended way of clearing individual fragments according to their storage type?
enhancement