Skip to content

Move caching into shared methods. #8

@Snuggle

Description

@Snuggle
def addToCache(cacheURL, data, cacheLength):
    # Return True if added, return False if not
    pass
def removeFromCache(cacheURL):
    # Return True if removed, False if not
    pass
def getFromCache(cacheURL):
    # Return data or None
    pass
def cleanCache():
    # Calls removeFromCache
    pass

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions