##// END OF EJS Templates
manifestcache: make sure the entry are ordered by access time...
manifestcache: make sure the entry are ordered by access time This is an LRU cache, let us make sure of that.

File last commit:

r37231:3bc609bc default
r42112:5b77847b default
Show More
__init__.py
10 lines | 141 B | text/x-python | PythonLexer
from .cbor2 import (
CBORDecodeError,
CBORDecoder,
CBOREncodeError,
CBOREncoder,
dump,
dumps,
load,
loads,
)