6 Replies Latest reply on Aug 26, 2007 7:47 PM by manik

    Regarding Custom Cache Loader Implementation

    nan2k_sweety

      we wrote custom fileCacheLoader and implemented the method loadStateFromFilessystem(). But this method is not getting invoked during startup of cache. We have given our custom fileCacheLoader name in the Cache configuration file. But the implementation of Get() and put() methods in MyCustomFileCacheLoader is invoked properly. Please help.