Seberius/cache_lib

View on GitHub
lib/cache_lib/ttl/safe_cache.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CacheLib
  module TTL
    class SafeCache < Cache
      include CacheLib::Util::SafeSync
    end
  end
end