Opened 4 years ago
Closed 2 years ago
#73 closed task (fixed)
Cache system
| Reported by: | yomguy | Owned by: | yomguy |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | Cache | Version: | |
| Keywords: | Cc: | david |
Description
A Cache object has to be define in order to avoid audio transcoding and audio analysis when the items has been already requested and has not been changed.
The methods will be called by the Export and Visualization components.
If only some metadata have changed, they are ecapsulated in the existing transcoded file without re-encoding.
Parameters : max_size, time_to_live, etc...
Not sure if we can use the Django's cache system.
Change History (2)
comment:1 Changed 2 years ago by yomguy
- Owner changed from olivier to yomguy
comment:2 Changed 2 years ago by yomguy
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
