You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- added CacheService which uses the decorators @Cacheable and @CacheEvict
- added the @CacheEnable decorator to the AppConfig class
- added CacheService in the GreetingsController for demonstration purposes
- created two methods (get and delete) in the Greetings controller for testing the caching decorators
- added dependency to redis and object-hash in package.json
[review by saskodh]
implemented in Add support for caching framework#7
The text was updated successfully, but these errors were encountered: