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.