Class
ChefZero::DataStore::MemoryStoreV2
In:
lib/chef_zero/data_store/memory_store_v2.rb
Parent:
ChefZero::DataStore::InterfaceV2
Methods
clear
create
create_dir
create_org
delete
delete_dir
exists?
exists_dir?
get
list
new
set
Attributes
data
[R]
Public Class methods
new
()
Public Instance methods
clear
()
create
(path, name, data, *options)
create_dir
(path, name, *options)
create_org
()
delete
(path)
delete_dir
(path, *options)
exists?
(path, options = {})
exists_dir?
(path)
get
(path, request=nil)
list
(path)
set
(path, data, *options)
[Validate]