I want to use JBoss caching in Java..
I want some tutorial which explains me in detail how to do JBoss caching with configuration etc..
I have come to know that by using cache.put and cache.get we put object into cache and retrieve it from cache..
So please help me regarding this..