Development

#6316 (Add stream handling capabilities to sfFileCache)

You must first sign up to be able to contribute.

Ticket #6316 (new enhancement)

Opened 4 years ago

Last modified 4 years ago

Add stream handling capabilities to sfFileCache

Reported by: KRavEN Assigned to: fabien
Priority: minor Milestone:
Component: cache Version: 1.2.5
Keywords: Cc:
Qualification: Design decision

Description

Would be nice to be able to pass streams to sfFileCache to store and also get streams out of sfFileCache instead of just the file string. This helps with memory usage when working with large files.

Attachments

sfStreamFileCache.class.php (3.9 kB) - added by KRavEN on 04/20/09 15:53:21.
sfStreamFileCache.class.php

Change History

04/20/09 15:53:21 changed by KRavEN

  • attachment sfStreamFileCache.class.php added.

sfStreamFileCache.class.php

06/04/09 17:15:05 changed by FabianLange

  • qualification changed from Unreviewed to Design decision.

we could take this up as is for 1.3, couldnt we?