/** {@inheritDoc} */ public void saveIdentity(final Identity identity) throws IdentityStorageException { // storage.saveIdentity(identity); // IdentityKey key = new IdentityKey(new Identity(identity.getId())); exoIdentityCache.put(key, new IdentityData(identity)); clearCache(); }