Routes

routes.lru – LRU caching class and decorator

LRU caching class and decorator

Module Contents

class routes.lru.LRUCache(size)
Implements a psueudo-LRU algorithm (CLOCK)

Table Of Contents

Previous topic

routes.middleware – Routes WSGI Middleware

Next topic

routes.util – URL Generator and utility functions

This Page