Lines:
1 to 17 of 17
<?php // (C) Copyright Bobbing Wide 2016 /* class oiksc_api_cache */ /* function oiksc_api_cache::instance() – Return a single instance of this class */ /* function oiksc_api_cache::__construct() – Constructor for oiksc_api_cache */ /* function oiksc_api_cache::load_posts() – Load the selected posts and the associated posts from the meta data */ /* function oiksc_api_cache::get_oik_api_byname() – Retrieve the oik_api post by API name */ /* function oiksc_api_cache::get_cached() – Return the cached post IDs for this API */ /* function oiksc_api_cache::map_posts() – Map an array of posts into the meta_values */ /* function oiksc_api_cache::preload_api_calls() – Preload the callees for this post */ /* function oiksc_api_cache::map() – Map a post */ /* function oiksc_api_cache::report() – */ /* function oiksc_api_cache::preload_all_apis() – Preload all _oik_api_name values */ /* function oiksc_api_cache::fetch_all() – fetch all posts for the given meta_key */View on GitHub