Files
Piwigo/include/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
2022-07-27 18:46:17 +02:00

29 lines
401 B
Markdown

unregisterCacheResource()
dynamically unregister a CacheResource plugin
Description
===========
void
unregisterCacheResource
string
name
Pass in the `name` of the CacheResource.
<?php
$smarty->unregisterCacheResource('mysql');
?>
See also [`registerCacheResource()`](#api.register.cacheresource) and
the [Custom CacheResource Implementation](#caching.custom) section.