6 Replies Latest reply on Apr 26, 2006 6:11 AM by manik

    Semantics of peek(fqn) and peek(fqn, key)

      Currently, we have different semantics for peek(fqn) and peek(fqn, key) that in the the later, we will go thru the interceptor chains (e.g., replication, lock, etc.) while the former doesn't.

      Should peek(fqn) also goes the interceptor chain such that lock, cache loader, and passivation can be treated correctly?