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 @@ -4,7 +4,7 @@ DiskCache: Disk Backed Cache
4
4
`DiskCache `_ is an Apache2 licensed disk and file backed cache library, written
5
5
in pure-Python, and compatible with Django.
6
6
7
- The cloud-based computing of 2021 puts a premium on memory. Gigabytes of empty
7
+ The cloud-based computing of 2023 puts a premium on memory. Gigabytes of empty
8
8
space is left on disks as processes vie for memory. Among these processes is
9
9
Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
10
10
to leverage empty disk space for caching?
@@ -387,7 +387,7 @@ Reference
387
387
License
388
388
-------
389
389
390
- Copyright 2016-2022 Grant Jenks
390
+ Copyright 2016-2023 Grant Jenks
391
391
392
392
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
393
393
this file except in compliance with the License. You may obtain a copy of the
Original file line number Diff line number Diff line change 65
65
__build__ = 0x050400
66
66
__author__ = 'Grant Jenks'
67
67
__license__ = 'Apache 2.0'
68
- __copyright__ = 'Copyright 2016-2022 Grant Jenks'
68
+ __copyright__ = 'Copyright 2016-2023 Grant Jenks'
Original file line number Diff line number Diff line change 20
20
# -- Project information -----------------------------------------------------
21
21
22
22
project = 'DiskCache'
23
- copyright = '2022 , Grant Jenks'
23
+ copyright = '2023 , Grant Jenks'
24
24
author = 'Grant Jenks'
25
25
26
26
# The full version, including alpha/beta/rc tags
You can’t perform that action at this time.
0 commit comments