DBParamteres is a persistent, database based implementation of Parameters
interface.
The container livecycle is managed by DBParametersManager,
which allows you to create new container, retrieve or delete them from database.
You don't have to call any update() method. All container modification are
automatically write down to the storage. All parameters retrievings are speed up with local cache.