Package org.restheart.mongodb.services
Class CacheInvalidator
- java.lang.Object
-
- org.restheart.mongodb.services.CacheInvalidator
-
- All Implemented Interfaces:
ByteArrayService,ConfigurablePlugin,ExchangeTypeResolver<ByteArrayRequest,ByteArrayResponse>,HandlingPlugin<ByteArrayRequest,ByteArrayResponse>,Plugin,Service<ByteArrayRequest,ByteArrayResponse>
public class CacheInvalidator extends Object implements ByteArrayService
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description CacheInvalidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(ByteArrayRequest request, ByteArrayResponse response)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.restheart.plugins.ByteArrayService
request, requestInitializer, response, responseInitializer
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.Service
handleOptions
-
-
-
-
Method Detail
-
handle
public void handle(ByteArrayRequest request, ByteArrayResponse response) throws Exception
- Specified by:
handlein interfaceService<ByteArrayRequest,ByteArrayResponse>- Throws:
Exception
-
-