Sha256: 0152a818d31f5426376f7290b4f3b3dcfd08a1505ec2d323866d300883eff4cb

Contents?: true

Size: 518 Bytes

Versions: 19

Compression:

Stored size: 518 Bytes

Contents

# @summary DEPRECATED.  Use the namespaced function [`extlib::cache_data`](#extlibcache_data) instead.
# DEPRECATED.  Use the namespaced function [`extlib::cache_data`](#extlibcache_data) instead.
Puppet::Functions.create_function(:cache_data) do
  dispatch :deprecation_gen do
    repeated_param 'Any', :args
  end
  def deprecation_gen(*args)
    call_function('deprecation', 'cache_data', 'This method is deprecated, please use extlib::cache_data instead.')
    call_function('extlib::cache_data', *args)
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
puppet-debugger-1.4.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-1.3.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-1.2.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-1.1.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-1.0.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.19.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.18.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.17.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.16.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.15.2 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.15.1 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.15.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.14.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.13.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.12.3 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.12.2 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.12.1 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.12.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb
puppet-debugger-0.11.0 spec/fixtures/modules/extlib/lib/puppet/functions/cache_data.rb