Skip to content

Set MemoryCache as default#9

Merged
nicogaldamez merged 1 commit intomainfrom
feature/memory-cache-as-default
Mar 12, 2025
Merged

Set MemoryCache as default#9
nicogaldamez merged 1 commit intomainfrom
feature/memory-cache-as-default

Conversation

@nicogaldamez
Copy link
Member

@nicogaldamez nicogaldamez commented Mar 12, 2025

Why

When using the gem, there were some issues with having the FileCache option as the default caching system.

What

  • Changed the default cache option to MemoryCache.
  • Improved the Readme to document this
  • Removed an unused file (cache.rb)
  • Renamed NullCache to MemoryCache

It was causing issues with tests when the gem was used
@nicogaldamez nicogaldamez added the enhancement New feature or request label Mar 12, 2025
@nicogaldamez nicogaldamez self-assigned this Mar 12, 2025
@nicogaldamez nicogaldamez changed the title Set CemoryCache as default Set MemoryCache as default Mar 12, 2025
@nicogaldamez nicogaldamez merged commit 52ae3ac into main Mar 12, 2025
1 check passed
@nicogaldamez nicogaldamez deleted the feature/memory-cache-as-default branch March 12, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants