Changeset 14598
- Timestamp:
- 01/05/14 20:38:47 (9 years ago)
- Location:
- trunk/abcl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/README
r14540 r14598 220 220 Ville Voutilainen 221 221 222 December 2012 223 222 January 2014 223 224 -
trunk/abcl/abcl.rdf
r14589 r14598 21 21 doap:language "Common Lisp" ; 22 22 dc:created "01-JAN-2004" ; 23 dc:modified " 10-NOV-2013" ;23 dc:modified "01-JAN-2014" ; 24 24 dc:version "abcl-1.3.0" ; 25 25 abcl:release "dev" . -
trunk/abcl/src/org/armedbear/lisp/ZipCache.java
r13055 r14598 2 2 * ZipCache.java 3 3 * 4 * Copyright (C) 2010 Mark Evenson4 * Copyright (C) 2010, 2014 Mark Evenson 5 5 * $Id$ 6 6 * … … 54 54 * modified time of the cached resource. 55 55 * 56 * This implementation is NOT thread safe, although usage without57 * multiple threads recompiling code that is then re-loaded should be58 * fine.56 * This implementation is synchronized on accesses via get(). 57 * Usage without multiple threads recompiling code that is then 58 * re-loaded should be fine. 59 59 * 60 60 * If you run into problems with caching, use
Note: See TracChangeset
for help on using the changeset viewer.