Sergey Antonov created IGNITE-11092:
---------------------------------------

             Summary: CacheInterceptor add callbacks for binary objects
                 Key: IGNITE-11092
                 URL: https://issues.apache.org/jira/browse/IGNITE-11092
             Project: Ignite
          Issue Type: Improvement
          Components: cache
            Reporter: Sergey Antonov
             Fix For: 3.0


Current API of cache interceptor difficult for use. You should implements 
interface with Object, Object class parameters and use {{if (o instance of 
BinaryObject)}} in each method, if you work with cache in both modes: binary 
and object.
Possible names of new methods:
* onBinaryGet()
* onBeforeBinaryUpdate()/onAfterBinaryUpdate()
* onBeforeBinaryRemove()/onAfterBinaryRemove()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to