File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright 2016-2020 Grant Jenks
1+ Copyright 2016-2021 Grant Jenks
22
33Licensed under the Apache License, Version 2.0 (the "License"); you may not use
44this file except in compliance with the License. You may obtain a copy of the
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ DiskCache: Disk Backed Cache
44`DiskCache `_ is an Apache2 licensed disk and file backed cache library, written
55in pure-Python, and compatible with Django.
66
7- The cloud-based computing of 2020 puts a premium on memory. Gigabytes of empty
7+ The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
88space is left on disks as processes vie for memory. Among these processes is
99Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
1010to leverage empty disk space for caching?
@@ -387,7 +387,7 @@ Reference
387387License
388388-------
389389
390- Copyright 2016-2020 Grant Jenks
390+ Copyright 2016-2021 Grant Jenks
391391
392392Licensed under the Apache License, Version 2.0 (the "License"); you may not use
393393this file except in compliance with the License. You may obtain a copy of the
Original file line number Diff line number Diff line change 6666__build__ = 0x050100
6767__author__ = 'Grant Jenks'
6868__license__ = 'Apache 2.0'
69- __copyright__ = 'Copyright 2016-2020 Grant Jenks'
69+ __copyright__ = 'Copyright 2016-2021 Grant Jenks'
You can’t perform that action at this time.
0 commit comments