evcache-di


License

License

Categories

Categories

Net
GroupId

GroupId

com.netflix.evcache
ArtifactId

ArtifactId

evcache-di
Last Version

Last Version

5.0.2-rc.1
Release Date

Release Date

Type

Type

jar
Description

Description

evcache-di
evcache-di
Project URL

Project URL

https://github.com/Netflix/EVCache
Source Code Management

Source Code Management

https://github.com/Netflix/EVCache.git

Download evcache-di

How to add to project

<!-- https://jarcasting.com/artifacts/com.netflix.evcache/evcache-di/ -->
<dependency>
    <groupId>com.netflix.evcache</groupId>
    <artifactId>evcache-di</artifactId>
    <version>5.0.2-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-di/
implementation 'com.netflix.evcache:evcache-di:5.0.2-rc.1'
// https://jarcasting.com/artifacts/com.netflix.evcache/evcache-di/
implementation ("com.netflix.evcache:evcache-di:5.0.2-rc.1")
'com.netflix.evcache:evcache-di:jar:5.0.2-rc.1'
<dependency org="com.netflix.evcache" name="evcache-di" rev="5.0.2-rc.1">
  <artifact name="evcache-di" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.evcache', module='evcache-di', version='5.0.2-rc.1')
)
libraryDependencies += "com.netflix.evcache" % "evcache-di" % "5.0.2-rc.1"
[com.netflix.evcache/evcache-di "5.0.2-rc.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

EVCache

Join the chat at https://gitter.im/Netflix/EVCache

EVCache is a memcached & spymemcached based caching solution that is mainly used for AWS EC2 infrastructure for caching frequently used data.

EVCache is an abbreviation for:

  • Ephemeral - The data stored is for a short duration as specified by its TTL (Time To Live).
  • Volatile - The data can disappear any time (Evicted).
  • Cache - An in-memory key-value store.

ScreenShot

com.netflix.evcache

Netflix, Inc.

Netflix Open Source Platform

Versions

Version
5.0.2-rc.1
5.0.1-rc.2
5.0.1-rc.1
5.0.0-rc.2
5.0.0-rc.1