aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md b/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
deleted file mode 100644
index d097519db..000000000
--- a/vendor/smarty/smarty/docs/programmers/api-functions/api-unregister-cacheresource.md
+++ /dev/null
@@ -1,28 +0,0 @@
-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.