1 Reply Latest reply on Nov 4, 2011 4:57 AM by galder.zamarreno

    Question on class loader - purgeExpired() API

    gaprashanth

      Is the API purgeExpired() in the AbstractCacheStore used to clean the entries from the persistent data store upon the TTL expiry ?

       

      If we write a custom class loader something like DummyInMemoryCacheStore from the examples,  do we need to handle this manually by adding the code in this method ?