class ViewModel::ActiveRecord::Cache

def cache_name

invalidation.
versions of the constituent viewmodels, so that viewmodel changes force
Statically version the cache name based on the (current) deep schema
def cache_name
  "vmcache_#{cache_version}"
end