The getPluginCacheKeyPrefix method is not implemented by the component

I copied this site, placed it under new domain and it works fine, but I’m thinking the same thing might happen as it did with my default site because my default was working initially but visiting my site after 5 days of no visits it errors out with this:

CFC coldbox.system.cache.providers.CacheBoxColdBoxProvider does not implement the interface coldbox.system.cache.IColdboxApplicationCache.

The getPluginCacheKeyPrefix method is not implemented by the component or it is declared as private.

The error occurred in D:\Websites\default\coldbox\system\cache\CacheFactory.cfc: line 593
Called from D:\Websites\default\coldbox\system\cache\CacheFactory.cfc: line 160
Called from D:\Websites\default\coldbox\system\cache\CacheFactory.cfc: line 97
Called from D:\Websites\default\coldbox\system\web\services\LoaderService.cfc: line 187
Called from D:\Websites\default\coldbox\system\web\services\LoaderService.cfc: line 69
Called from D:\Websites\default\coldbox\system\Coldbox.cfc: line 71
Called from D:\Websites\default\coldbox\system\Coldbox.cfc: line 102
Called from D:\Websites\default\Application.cfc: line 59

591 :
592 : // Create Cache
593 : var oCache = createObject(“component”,arguments.provider).init();
594 : // Register Name
595 : oCache.setName( arguments.name );