blob: 8712c61810a3d91e368d4aacd015a2e842b4c66a (
plain) (
blame)
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.
|