Stash icon indicating copy to clipboard operation
Stash copied to clipboard

BlackHole driver isn't documented

Open martinsik opened this issue 8 years ago • 2 comments

I was looking for something similar to Doctrine's ArrayCache and I stumbled upon BlackHole driver which does more or less what I need. It's not the same as ArrayCache because this driver discards all records and does no caching at all but for testing purposes it's sufficient.

However, BlackHole driver isn't documented anywhere.

martinsik avatar Apr 13 '16 05:04 martinsik

take a look at the Ephemeral Driver. http://www.stashphp.com/Drivers.html#ephemeral Indeed BlackHole could use some trivial documentation.

qcho avatar Apr 18 '16 17:04 qcho

Thanks! That's exactly the same as ArrayCache.

martinsik avatar Apr 25 '16 16:04 martinsik