module CacheAdvance class NamedCacheConfiguration def initialize(options) @options = options end end end