You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Georges.L edited this page Oct 16, 2016
·
1 revision
As of the V5, phpFastCache comes with a basic API informer in order to give you the last changelog and API version:
<?phpnamespaceMyCustom\Project;
usephpFastCache\Api;
$apiVersion = Api::getApiVersion();//Return a semantic versioning as per http://semver.org/$apiChangelog = Api::getChangelog();// Return a string-formatted changelog
The changelog and version will be updated for every patch/minor/major changes to the API.
The API concerns the changes related to: