Seberius/cache_lib

View on GitHub
lib/cache_lib/basic/cache.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Cache has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Cache
      attr_reader :limit, :ttl

      def initialize
        @limit = nil
Severity: Minor
Found in lib/cache_lib/basic/cache.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status