Sha256: 67211c64cc1c98f0d590f6b1266ca0e5a516ad6c36239e7ed15b577465550edf
Contents?: true
Size: 282 Bytes
Versions: 2
Compression:
Stored size: 282 Bytes
Contents
module Index # An index that is persisted in files, loaded at startup and kept in memory at runtime. # class Memory < Base def indexing_bundle_class Indexing::Bundle::Memory end def indexed_bundle_class Indexed::Bundle::Memory end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
picky-2.7.0 | lib/picky/index/memory.rb |
picky-2.6.0 | lib/picky/index/memory.rb |