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