Stefan Kalkowski ca513113f6 block: cache between one client and one device
This block cache component acts as a block device for a single client.
It uses fixed 4K blocks as caching granularity, thereby implicitly reads
ahead whenever a client requests lesser amount of blocks. Currently,
it only supports a least-recently-used replacement policy.

Fixes #113
2014-02-25 14:58:02 +01:00
..
2013-05-07 21:56:07 +02:00
2013-11-25 09:46:28 +01:00
2013-03-18 15:28:16 +01:00
2013-08-13 17:27:40 +02:00
2012-12-20 14:40:18 +01:00
2014-01-28 09:27:09 +01:00
2013-10-16 09:26:08 +02:00
2013-02-14 13:26:43 +01:00
2014-01-27 18:54:07 +01:00