# Functions
NewLocalFileStore creates a Store object that stores to the local file system using Glob encoding.
# Structs
NotFoundError returned when an object is not found on a Get.
# Interfaces
Store is a simple key-value store that uses namespace-based pessimistic locking.