Class Ruote::HashStorage
In: lib/ruote/storage/hash_storage.rb
Parent: Object

An in-memory storage.

Useful for testing or for transient engines.

Methods

add_type   delete   get   get_many   ids   new   purge!   purge_type!   put   shutdown  

Included Modules

StorageBase MonitorMixin

Attributes

h  [R] 

Public Class methods

Public Instance methods

Returns a sorted list of all the ids for a given type.

Purges the storage completely.

Shuts this storage down.

[Validate]