• Clayton Coleman's avatar
    Add a GetByKey method to Store · 3ca23163
    Clayton Coleman authored
    Without the ability to retrieve underlying items by key (instead of
    the object passed to KeyFunc) it is impossible to build wrappers
    around cache.Store that want to make decisions about keys, because
    they would need to reconstruct the object passed to Get.
    
    This allows retrieval by key, and makes sure Get(obj) uses it.
    3ca23163
Name
Last commit
Last update
..
doc.go Loading commit data...
fifo.go Loading commit data...
fifo_test.go Loading commit data...
listers.go Loading commit data...
listers_test.go Loading commit data...
listwatch.go Loading commit data...
listwatch_test.go Loading commit data...
poller.go Loading commit data...
poller_test.go Loading commit data...
reflector.go Loading commit data...
reflector_test.go Loading commit data...
store.go Loading commit data...
store_test.go Loading commit data...
undelta_store.go Loading commit data...
undelta_store_test.go Loading commit data...