blob: cf68e4d1aaf7661dcce47c6698fb323b303309eb (
plain)
1
2
3
4
|
Data::TemporaryBag module provides a bag object class handling long
size data. The short size data are kept on memory. When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.
|