Method: MatrixSdk::Util::Tinycache#cached

Defined in:
lib/matrix_sdk/util/tinycache.rb

#cached(*methods, **opts) ⇒ Object



29
30
31
# File 'lib/matrix_sdk/util/tinycache.rb', line 29

def cached(*methods, **opts)
  methods.each { |method| build_cache_methods(method, **opts) }
end