Sha256: 3fe402f8f43fe415475bcea51429d7c015bdf3c62e771fe6ca3cad4c90787e13
Contents?: true
Size: 425 Bytes
Versions: 5
Compression:
Stored size: 425 Bytes
Contents
# encoding: utf-8 # module Internals module Indexing # :nodoc:all module Bundle # The memory version dumps its generated indexes to disk # (mostly JSON) to load them into memory on startup. # class Memory < Base # We're using files for the memory backend. # E.g. dump writes files. # alias backend files end end end end
Version data entries
5 entries across 5 versions & 1 rubygems