Sha256: 56158d043304fe01ac94010b4fe97858b0c24d5acb8c6600a464605307fff8e3
Contents?: true
Size: 433 Bytes
Versions: 3
Compression:
Stored size: 433 Bytes
Contents
# SynCache: thread-safe time-limited cache with flexible replacement policy # (originally written for Samizdat project) # # Copyright (c) 2002-2011 Dmitry Borodaenko <angdraug@debian.org> # # This program is free software. # You can distribute/modify this program under the terms of # the GNU General Public License version 3 or later. # # vim: et sw=2 sts=2 ts=8 tw=0 require 'syncache/syncache' require 'syncache/remote'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
syncache-1.4 | lib/syncache.rb |
syncache-1.3 | lib/syncache.rb |
syncache-1.2 | lib/syncache.rb |