• Kirill Smelkov's avatar
    go/zodb: Split Loader & co. interfaces from IStorage · 1d8f62c2
    Kirill Smelkov authored
    There are situations when we want to work with, or emulate, only subset
    of whole IStorage functionality, with one already established example
    being Cache. For this reason split IStorage interface into finer-grained
    ones. For now:
    
    	- Loader
    	- Prefetcher
    	- Iterator
    	- Committer
    	- Notifier
    1d8f62c2
cache_test.go 23.1 KB