a2-projet-web/assets/vendors/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
2022-03-29 14:08:06 +02:00

401 B

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() and the Custom CacheResource Implementation section.