module EntityCache::Record::Destructure::NoStream

Public Class Methods

build_record() click to toggle source
# File lib/entity_cache/record/destructure.rb, line 21
def self.build_record
  record = Record.new
  record.version = MessageStore::NoStream.name
  record
end
record() click to toggle source
# File lib/entity_cache/record/destructure.rb, line 17
def self.record
  @record ||= build_record
end