Revision history for ObjectCache
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