Hi all,
I see this behaviour:
-------------------------- module class --------
CacheManager cacheManager = (CacheManager)
FactoryUtil.getSingleton(CacheManager.class);
Object key = new Object();
cacheManager.setCachedObject("myKey", object);
-------------------------- paragraph class --------
CacheManager cacheManager = (CacheManager)
FactoryUtil.getSingleton(CacheManager.class);
Object retrieved_key = cacheManager.getCachedObject("myKey"));
If I call this lines, *somethimes* retrieved_key is null.
How can it happen?
Matteo
PS: I'm posting so much, in this period, please forgive me.. :-)
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------