What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
unregisterCacheResource() — dynamically unregister a CacheResource plugin
void unregisterCacheResource(string name);
Pass in the name
of the CacheResource.
See also
registerCacheResource()
and the
Custom CacheResource Implementation section.