Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caches can be inadvertently cleared #1

Closed
gebn opened this issue May 17, 2015 · 1 comment
Closed

Caches can be inadvertently cleared #1

gebn opened this issue May 17, 2015 · 1 comment

Comments

@gebn
Copy link
Owner

gebn commented May 17, 2015

The initialise() call at the bottom of Account and User will clear their respective caches every time each file is included.

As we're using the auto loader, this can only happen if the files are included directly, but it would be good to have a safeguard.

@gebn gebn added the bug label May 17, 2015
@gebn gebn changed the title Caches can be inadvertently reset Caches can be inadvertently cleared May 17, 2015
@gebn gebn added the wontfix label May 24, 2015
@gebn
Copy link
Owner Author

gebn commented May 24, 2015

Closing this - it only occurs when Brush is misused, and adding handling would adversely affect performance of those using the library properly.

@gebn gebn closed this as completed May 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant