An implementation of a cache in instance variables
March 9, 2017
9:35 a.m.
Hi, at Synectique, we are using cache for lots of projects and for now we were always using another instance variable or a dictionary to store many. It is complicated to maintain and we are always reinventing the wheel. That's why i created a first implementation (very naive but functional, documented and tested) of a cache. It is available here (with usage explication): http://smalltalkhub.com/#!/~GuillaumeLarcheveque/SmallCache and you can get it by doing: Metacello new smalltalkhubUser: 'GuillaumeLarcheveque' project: 'SmallCache'; configuration: 'SmallCache'; version: #development; load Tell me if you are interested in it or if you have ideas about it. -- *Guillaume Larcheveque*
3431
Age (days ago)
3431
Last active (days ago)
0 comments
1 participants
participants (1)
-
Guillaume Larcheveque