Sample Projects
| Sample Project | Description |
| Cached Folder Drive | Shows how to use CBCache when implementing a virtual filesystem. Another locally accessible filesystem is used as a backend storage. |
| Cached FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support with CBCache working as an intermediary caching mechanism. |
| Encrypted Drive | Shows how to route virtual filesystem requests to disk with simple on-the-fly encryption. |
| Folder Drive | Shows how to route virtual filesystem requests to another locally accessible filesystem. |
| FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support. |
| Memory Drive | A simple in-memory virtual drive with directory support built with the CBFS component. |
| Memory NFS | A simple in-memory virtual drive with directory support built with the NFS component. |
| Secure Memory Drive | A simple in-memory virtual drive with Windows Security (ACL) support. |