Sha256: 968595df9f41f380d544d2ef4d5bd86cacc54ca16f9f2208598bf36fa5a143bc
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
# Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. module Ramaze autoload :MemoryCache, "ramaze/cache/memory.rb" autoload :YAMLStoreCache, "ramaze/cache/yaml_store.rb" autoload :MemcachedCache, "ramaze/cache/memcached.rb" Cache = nil SessionCache = nil end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ramaze-0.0.9 | lib/ramaze/cache.rb |
ramaze-0.0.7 | lib/ramaze/cache.rb |
ramaze-0.0.6 | lib/ramaze/cache.rb |
ramaze-0.0.8 | lib/ramaze/cache.rb |
ramaze-0.1.0 | lib/ramaze/cache.rb |