This package defines an interface to a service that stores user
preferences. User preferencies are small chunks of data
(usually just an interger or a string) that are used e.g. to
control display layout etc.
The interface is as open as possible. It defines a factory class
that can be used to access the service and the service itself.