-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
29 lines (22 loc) · 777 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Revision history for ObjectCache
{{$NEXT}}
0.0.6 2024-06-25T12:20:14+02:00
- Modernize test file extension
- Modernize pod
- Add sponsor link and button
- Update copyright year
0.0.5 2021-09-10T11:33:38+02:00
- Change file extension to .rakumod
- Migrate to zef ecosystem
- Update email address
0.0.4 2021-01-30T18:54:30+01:00
- Add !CLEAR method for clearing the whole cache
- Make caching overhead about 30% faster by using NQP
- Upped Raku version to 6.d
- Update copyright year
0.0.3 2020-03-11T10:38:45+01:00
- Add !EVICT method for removing object from cache
0.0.2 2020-03-04T14:33:08+01:00
- The prefix of the WHICH should handle subclasses correctly
0.0.1 2020-03-02T12:41:13+01:00
- Initial version