@EndpointWebExtension(endpoint=CachesEndpoint.class) public class CachesEndpointWebExtension extends ObjectSE
| コンストラクターと説明 |
|---|
CachesEndpointWebExtension(CachesEndpoint delegate) |
| 修飾子と型 | メソッドと説明 |
|---|---|
WebEndpointResponse<CachesEndpoint.CacheEntry> | cache(StringSE cache, StringSE cacheManager) |
WebEndpointResponse<VoidSE> | clearCache(StringSE cache, StringSE cacheManager) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic CachesEndpointWebExtension(CachesEndpoint delegate)
@ReadOperation public WebEndpointResponse<CachesEndpoint.CacheEntry> cache(@Selector StringSE cache, @Nullable StringSE cacheManager)
@DeleteOperation public WebEndpointResponse<VoidSE> clearCache(@Selector StringSE cache, @Nullable StringSE cacheManager)