Binding information for databases is stored in master..sysattributes. No information about database binding is stored in the database itself. If you use load database to load the dump over an existing database that is bound to a cache, and you do not drop the database before you issue the load command, this does not affect the binding.
If the database that you are loading was bound to a cache on the original server, you can:
Bind the database on the destination server to a cache configured for the needs on that server, or
Configure pools in the default data cache on the destination server for the needs of the application there, and do not bind the database to a named data cache.