@Cacheable(cacheNames="wicketSession",
unless="#result == null",
keyGenerator="singularSessionKeyGenerator")
@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
@Inherited
@Documented
public @interface SingularSessionCache
public static final String SINGULAR_CACHE_SESSION_CACHE
Copyright © 2020. All rights reserved.