| parcel | Lucy | 
| class variable | LUCY_RAMFOLDER | 
| struct symbol | lucy_RAMFolder | 
| class nickname | lucy_RAMFolder | 
| header file | Lucy/Store/RAMFolder.h | 
Lucy::Store::RAMFolder – In-memory Folder implementation.
RAMFolder is an entirely in-memory implementation of Folder, primarily used for testing and development.
lucy_RAMFolder* // incremented
lucy_RAMFolder_new(
    cfish_String *path
);
Create a new RAMFolder.
Relative path, used for subfolders.
lucy_RAMFolder*
lucy_RAMFolder_init(
    lucy_RAMFolder *self,
    cfish_String *path
);
Initialize a RAMFolder.
Relative path, used for subfolders.
Lucy::Store::RAMFolder is a Lucy::Store::Folder is a Clownfish::Obj.
Copyright © 2010-2015 The Apache Software Foundation, Licensed under the 
           Apache License, Version 2.0.
           
           Apache Lucy, Lucy, Apache, the Apache feather logo, and the Apache Lucy project logo are trademarks of The
           Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their
           respective owners.