Cache path info lookups in SQLite
This re-implements the binary cache database in C++, allowing it to be used by other Store backends, in particular the S3 backend.
This commit is contained in:
		
							parent
							
								
									e0204f8d46
								
							
						
					
					
						commit
						451ebf24ce
					
				
					 18 changed files with 380 additions and 36 deletions
				
			
		|  | @ -102,6 +102,9 @@ void deletePath(const Path & path, unsigned long long & bytesFreed); | |||
| Path createTempDir(const Path & tmpRoot = "", const Path & prefix = "nix", | ||||
|     bool includePid = true, bool useGlobalCounter = true, mode_t mode = 0755); | ||||
| 
 | ||||
| /* Return the path to $XDG_CACHE_HOME/.cache. */ | ||||
| Path getCacheDir(); | ||||
| 
 | ||||
| /* Create a directory and all its parents, if necessary.  Returns the
 | ||||
|    list of created directories, in order of creation. */ | ||||
| Paths createDirs(const Path & path); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue