T
- The return type of the function represented by this command.public abstract class CachingCommand<T> extends Command<T>
The implementing class needs to implement the runCacheable()
and the getCache()
methods. The key of
the cache is, by default in getCommandCacheKey()
, based on the current tenant and user, as well as the class
name of the executed command.
Copyright © 2018 SAP SE. All rights reserved.