@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;
...
}
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023