commit | e975aa244e82f3a3022479a0f5ea2c10c4114542 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <edwin.kempin@sap.com> | Mon Sep 08 18:42:04 2014 +0200 |
committer | Edwin Kempin <edwin.kempin@sap.com> | Wed Sep 10 11:04:10 2014 +0200 |
tree | f1ec34c52f3f4beba88c2c648157415190960947 | |
parent | 88689e433fc8cf8cda9c3e732333e918fd2108d1 [diff] |
Cache project documentation The usage of a class that is declared in the plugin as key in a persistent cache does not properly work. On loading from the cache this fails with a ClassNotFoundException for the key while deserializing. This is why we use String as key in the cache and not the XDocResourceKey class. Change-Id: Ie55fee77188b7005606cdb79a39c9c40e1a5329f Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>