class Garner::Strategies::Binding::Key::Base
Public Class Methods
apply(_binding)
click to toggle source
Compute a cache key from an object binding.
@param binding [Object] The object from which to compute a key. @return [String] A cache key string.
# File lib/garner/strategies/binding/key/base.rb, line 10 def self.apply(_binding) nil end