MCSMCacheRepository.st
changeset 592 4513e04e31a2
parent 114 653094972a78
child 995 92bb466548a9
equal deleted inserted replaced
591:366a52c2c015 592:4513e04e31a2
     2 
     2 
     3 MCFileBasedRepository subclass:#MCSMCacheRepository
     3 MCFileBasedRepository subclass:#MCSMCacheRepository
     4 	instanceVariableNames:'smCache'
     4 	instanceVariableNames:'smCache'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-Repositories'
     7 	category:'SCM-Monticello-Repositories'
     8 !
     8 !
     9 
     9 
    10 MCSMCacheRepository comment:'I am a Monticello repository that reflects the caching of SqueakMap v2.
    10 MCSMCacheRepository comment:'I am a Monticello repository that reflects the caching of SqueakMap v2.
    11 
    11 
    12 I refer write attempts to the default MCCacheRepository.'
    12 I refer write attempts to the default MCCacheRepository.'
   100 ! !
   100 ! !
   101 
   101 
   102 !MCSMCacheRepository class methodsFor:'documentation'!
   102 !MCSMCacheRepository class methodsFor:'documentation'!
   103 
   103 
   104 version
   104 version
   105     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSMCacheRepository.st,v 1.1 2006-11-22 13:22:43 cg Exp $'
   105     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSMCacheRepository.st,v 1.2 2012-09-11 21:14:13 cg Exp $'
   106 ! !
   106 ! !