-
Notifications
You must be signed in to change notification settings - Fork 6
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
Classes are not accessible in the namespace package version #11
Comments
@derroman thanks so much for reporting this! This is... an embarrassing issue 😭 You're correct, some of the methods need to be marked as |
haha, no worries. I was also a little confused. Looking forward for |
Oops, one small correction - the next version will be |
…cheable interface, and several public static methods
…cheable interface, and several public static methods
…cheable interface, and several public static methods
* Fixed #11 by updating CacheManager.cls to use global on the top-level class, the Cacheable interface, and several public static methods * Added pipeline for GitHub Actions * Added lint-staged.config.js and automated syncing of the version number in several files within the repo/metadata
Hi @jongpie
awesome work! And awesome article about this Cache Manager!! I finally found the time to play around with it and it looks promising! Will definitely include it in existing and new projects.
However I found a little something - or maybe I am just missing something?!
When I install the version without namespace, everything works fine. I can use CacheManager and all of its methods. But when I use the Namespace version instead - it does not work using Nebula namespace. So the classes (and methods?) should be global instead, mh?
The text was updated successfully, but these errors were encountered: