public class VCacheFactoryBean
extends Object
I chose to follow org.springframework.beans.factory.FactoryBean interface even though we don't have spring here,
because we want to add Dependency Injection at some point (see REFAPPDEV-13) and it's likely to be Spring, thus when
we do add it we could just add 'implements' to this one do the happy dance