Optional
Readonly
flagsUse for optimizations
Optional
Readonly
idOptional
Readonly
labelA name for this instance of the store. For example, you might use a share name for a network-based store
Readonly
nameWhat the file system using this store should be called. For example, tmpfs for an in memory store
Optional
clearOptional
clearOptional
getSyncs the store
Begins a new transaction.
Optional
usageUsage information for the store
An interface for simple synchronous stores that don't have special support for transactions and such, based on
Map