summary refs log tree commit diff
path: root/synapse/util/expiringcache.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* SYN-338: Fix typo that caused the cache to throw an exception in some instancesErik Johnston2015-04-081-1/+1
* Fix typo in function nameErik Johnston2015-02-171-1/+1
* ExpiringCache: purge every 1/2 intervalErik Johnston2015-02-171-1/+1
* Factor out ExpiringCache from StateHandlerErik Johnston2015-02-161-0/+115