• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

alibaba / jetcache / #405

16 Apr 2024 05:58AM UTC coverage: 0.0% (-88.9%) from 88.866%
#405

push

areyouok
add encoding to fix coverage report

0 of 5353 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/jetcache-core/src/main/java/com/alicp/jetcache/event/CacheEvent.java
1
/**
2
 * Created on 2017/2/22.
3
 */
4
package com.alicp.jetcache.event;
5

6
import com.alicp.jetcache.Cache;
7

8
/**
9
 * The CacheEvent is used in single JVM while CacheMessage used for distributed message.
10
 *
11
 * @author huangli
12
 */
13
public class CacheEvent {
14

15
    protected Cache cache;
16

17
    public CacheEvent(Cache cache) {
×
18
        this.cache = cache;
×
19
    }
×
20

21
    public Cache getCache() {
22
        return cache;
×
23
    }
24

25
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc