- change the cacheTypeMap to be split out into 3 separate text boxes for the user (cache name, class name, primary key)
a. the primary key from the view (if it exists) can be use to set the default for the primary key
b. the class name can be defaulted to what the pojo class to be created
c. The user then only needs to enter the cache name
All three must be entered to complete process
under the covers, the property will be assembled: cacheName + ":" + classname + ":" + primarykey