Method: Puppet::Indirector::Indirection#cache?
- Defined in:
- lib/puppet/indirector/indirection.rb
#cache? ⇒ Boolean
Should we use a cache?
45 46 47 |
# File 'lib/puppet/indirector/indirection.rb', line 45 def cache? cache_class ? true : false end |