java - Is is possible to write cache in application for cluster enviroment? -
i know there cache products supporting cluster, jboss cache etc.
but jboss cache works jboss server , it's not application-level component. possible write own cache cluster in application? each application instance cannot know other instances in cluster, true?
have checked infinispan? it's jboss too, has api control programatically. clear, don't need run jboss, need add infinispan jar in app.
Comments
Post a Comment