Skip to content

Instantly share code, notes, and snippets.

@crised
Created February 13, 2013 01:35
Show Gist options
  • Save crised/4823868 to your computer and use it in GitHub Desktop.
Save crised/4823868 to your computer and use it in GitHub Desktop.
@Resource(lookup = "java:jboss/infinispan/container/appcache")
private EmbeddedCacheManager cacheManager;
@Produces
@ApplicationScoped
public Cache<Integer,Ad> producesCache(){
return cacheManager.getCache("pagination",true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment