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

remove non cached methods vs delegate magic #16

Open
AubreyHewes opened this issue Oct 23, 2017 · 0 comments
Open

remove non cached methods vs delegate magic #16

AubreyHewes opened this issue Oct 23, 2017 · 0 comments

Comments

@AubreyHewes
Copy link
Member

The initial commit was a copy sic of the kmt tool.

There are methods that are just wrapped and should be removed if not requiring caching. Use delegate/magic. Possibly the interface methods have been added for IDE completion?

  • getTemplate .. straight wrap.. possible caching requirement
  • getByRef .. straight wrap
  • getByIds .. straight wrap
  • getAll .. straight wrap
  • getId .. straight wrap
  • getHistory .. straight wrap
  • finalize .. straight wrap
  • destroy .. straight wrap
  • addExtraHeaders .. straight wrap
  • setQueryLogger .. straight wrap
  • getQueryLogger .. straight wrap

Utilize a connector interface from the connector ?

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

No branches or pull requests

1 participant