Example #1
0
    def test_misc(self):
        from ambry.cache.filesystem import FsCache

        cache = FsCache('/tmp/foocache')

        with cache.get_stream('d00l005/bundle.json') as s:
            print s.read()