mirror of
https://github.com/sjlongland/tornado-gallery.git
synced 2025-09-13 08:42:23 +10:00
cache: Derive off Mapping
This commit is contained in:
parent
a08899ea3a
commit
bd68ec956d
@ -5,7 +5,7 @@ from collections import Mapping
|
||||
import logging
|
||||
|
||||
|
||||
class Cache(object):
|
||||
class Cache(Mapping):
|
||||
"""
|
||||
A key-value cache object that expires entries after a period.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user