Class SipperUtil::Persistence::SipperMap
In: sipper/util/persistence/sipper_map.rb
Parent: Object

A simple map like data structure that is persisted based on several persistence choices. Data access to the map is transactional.

Methods

delete   delete_all   destroy   get   get_all_keys   new   put   put_all  

Public Class methods

The name identifies the underlying data structure, in case of file based persistence it is the file name, in case of database it is the name of db table.

Public Instance methods

Deletes all data and removes the underlying data structure

[Validate]