module SBF::Client::Entities::Cacheable

Public Class Methods

included(base) click to toggle source
# File lib/stbaldricks/entities/lib/cacheable.rb, line 8
def self.included(base)
  base.extend(ClassMethods)
end

Public Instance Methods

cache_id() click to toggle source
# File lib/stbaldricks/entities/lib/cacheable.rb, line 12
def cache_id
  raise CacheableNotImplementedError
end