You can create custome caching storage by yourself.
For instance, you can store the caches on Memcache, APC or something you want.
The storage class have to be implemented Tuitter_Cache_Interface.
Simply put and pull text data by unique keys. So most of storages (like Memcache or RDBMS) can be used for this.