Class SampleCacheCommand

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action

    public class SampleCacheCommand
    extends Object
    implements org.apache.karaf.shell.api.action.Action
    Example CLI action calling a cached service.
    Author:
    Michael Vorburger.ch
    • Constructor Detail

      • SampleCacheCommand

        public SampleCacheCommand()
    • Method Detail

      • execute

        public @Nullable Object execute()
        Specified by:
        execute in interface org.apache.karaf.shell.api.action.Action