0d029dffa2
This store plugin is a bit of a wrapper for Cache::FastMmap. As Cache::FastMmap can't store plain values by default, this module ships with a subclass that will wrap all values in a scalar reference before storing.
5 lines
215 B
Plaintext
5 lines
215 B
Plaintext
This store plugin is a bit of a wrapper for Cache::FastMmap.
|
|
As Cache::FastMmap can't store plain values by default, this module
|
|
ships with a subclass that will wrap all values in a scalar reference
|
|
before storing.
|