How to cache rarely changed many-to-one entity in CF ORM, such as, userType where there are only < 10 types? I don't want the extra select to get the type name.
EhCache? Any XML needed to be config first? Any thing I need to add in the many-to-one cfproperty?
Thank you.