Class
SipperUtil::Persistence::PsSipperMap
In:
sipper/util/persistence/ps_sipper_map.rb
Parent:
SipperMap
Uses the pstore data store Data access to the map is transactional.
Methods
delete
delete_all
destroy
get
get_all_keys
new
put
put_all
Public Class methods
new
(name)
Public Instance methods
delete
(k)
delete_all
()
destroy
()
get
(k)
get_all_keys
()
put
(k,v)
put_all
(h)
[Validate]