aplbrain / bossphorus

A BossDB-like volumetric datastore in Rust
Apache License 2.0
1 stars 1 forks source link

Methods to clean up cached cuboids. #20

Closed movestill closed 4 years ago

movestill commented 4 years ago

Also renamed SqlUsageManager to SqlCacheManager and moved it to the db module.

SqlCacheManager tests are now Rust unit tests that have access to its private variables and functions. Removed public getters that supported tests and removed access to some functions that were only public for testing.

This is more steps toward cache management, but still incomplete.