InfoQ Homepage Caching Content on InfoQ
-
Cloudflare Releases Workers KV, a Serverless Key-Value Store at the Edge
What sits between your application and the client's browser? When the answer is "the internet", Cloudflare wants their Workers platform to play a part. They recently expanded that platform with Workers KV, a distributed, eventually-consistent key-value store available in 180+ edge locations.
-
Amazon DynamoDB Accelerator (DAX) Released in Preview: In-Memory Cache for Read-Intensive Workloads
AWS has released Amazon DynamoDB Accelerator (DAX) in preview, a fully managed write-through caching service that sits logically in front of DynamoDB tables in order to improve performance for read-intensive workloads. DAX is API-compatible with DynamoDB, meaning that existing applications will not have to be re-written to take advantage of DAX.
-
Intel Launch Optane SSD
Intel recently launched their 3D XPoint non-volatile memory (NVM) under the brand name of Optane. The SSD label in some of the branding might imply that it’s a different type of durable storage, but the technology is aimed at applications that would normally use RAM. This marks the beginning of the end of the compromise between in memory and persistent.
-
Q&A with Drew Koszewnik on a Disseminated Cache, Netflix Hollow
Drew Koszewnik of Netflix talks to Rags Srinivas about a disseminated cache called Hollow.
-
Ehcache 3.0 Released with Revamped API and Off-Heap Storage
Terracotta has released version 3 of their distributed caching technology Ehcache, sporting a number of important new features. First, its API has been refactored and now leverages Java generics. Performance has generally been enhanced, and support for the javax.cache API (JSR-107) and off heap storage capabilities have been added.
-
Hazelcast Version 3.6 Features Performance Improvements and Cloud Management
Hazelcast has released version 3.6 of their flagship in-memory grid and caching software, featuring numerous performance improvements and new cloud management and container deployment options.
-
Oracle Cutting Java Evangelist Staff
Oracle shocked the Java world this week by announcing the dismissal of some of their top Java evangelists including Cameron Purdy and Simon Ritter.
-
Basic NCache is Now Open Source
Alachisoft has offered a heavily stripped down version of their NCache product under the Apache 2 open source license. This version only supports .NET clients; unlike the full version while also has support for Java.
-
Infinispan Release JCache Compatible Version
Infinispan release their first JCache compatible version. Does this signal the start of maturity in the distributed Java caching market? InfoQ talk to Galder Zamarreño from Red Hat to find out more.
-
Spring Framework 4.1 Release Supports JCache (JSR-107) Annotations
Spring Framework 4.1 provides comprehensive support for JCache (JSR-107) annotations using Spring's existing cache configuration and infrastructure abstraction. The new release also supports JMS and performance enhancements and WebSocket refinements.
-
JCACHE Specification Finalized
After thirteen years of development and evolution, JSR-107 - JCACHE, has been finalized.
-
AnyPresence Soups-up Enterprise MBaaS Platform:Part 2 of 2
There is so much to learn about the latest Mobile Backend as a Service provider AnyPresence's 5.0 platform geared for the enterprise that this second post was needed. Co-founder Rich Mendis provides further insight for InfoQ readers…
-
AnyPresence Soups up Enterprise MBaaS Platform- Part 1 of 2
Mobile Backend as a Service provider AnyPresence continues to hone their chops. Launching the fifth update to their self-titled platform geared for the enterprise. Co-founder Rich Mendis provides some insights for InfoQ readers…
-
WebLogic + Coherence + Tuxedo = Cloud Application Foundation
Oracle has released Cloud Application Foundation (CAF) 12c, an integrated middleware platform that works on both traditional data centers and cloud environments. It is a combination of WebLogic Server for Java EE, Coherence in-memory data grid, Tuxedo for C/C++/COBOL, Oracle Virtual Assembly Builder for configuration and deployment, and Oracle Traffic Director for load balancing.
-
GAE 1.8.2 Introduces Dedicated Memcache and Modules
Google App Engine developers can now access dedicated cache up to 20GB of memory and split the application in modules providing stateless and secure services.