@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface CacheStoreSessionResource
CacheStoreSession
instance. It can be injected into CacheStore
.
Here is how injection would typically happen:
public class MyCacheStore implements CacheStore { ... @CacheStoreSessionResource private CacheStoreSession ses; ... }
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024