Issue Details (XML | Word | Printable)

Key: FLM-176
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Borys Musielak
Reporter: Borys Musielak
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Filmaster

Caching helper to handle caching in a common way

Created: 05/Sep/09 12:36 PM   Updated: 05/Sep/09 10:09 PM
Component/s: Core
Affects Version/s: 1.0
Fix Version/s: 1.0

Time Tracking:
Not Specified


 Description  « Hide
Implement a caching helper to handle caching in a common way.

Methods:
- get_cache(cache_string, object_id=None)
- set_cache(cache_string, object_id=None)
- clear_cache(cache_string, , object_id=None)

+ a dictionary of cache strings with documentation for each

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Borys Musielak added a comment - 05/Sep/09 10:09 PM
Implemented in utils/cache_helper.py (in filmaster-test branch)