Skip to content

Adding the ability to change caching strategy#62

Open
debugger84 wants to merge 1 commit intovektah:masterfrom
debugger84:master
Open

Adding the ability to change caching strategy#62
debugger84 wants to merge 1 commit intovektah:masterfrom
debugger84:master

Conversation

@debugger84
Copy link

It is an attempt to solve the issue #52.

These changes allow developers to disable caching, if necessary, or change the caching strategy to their own realization. For example, everybody can change storing data in the map to storing in BigCache, which has an option to set a limit of memory consumption. In our case, it helps us to avoid storing the whole database in memory.

Also, these changes are fully backward compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant