Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Mar 6, 2018
1 parent 19bb855 commit 0a046ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -22,7 +22,7 @@ https://github.com/tower1229/AJAX-Cache

## Usage

Open the snapshot cache
### Open the snapshot cache

```
$.ajax({
Expand All @@ -39,7 +39,7 @@ $.ajax({
});
```

Open the timing caching
### Open the timing caching

```
$.ajax({
Expand All @@ -52,7 +52,7 @@ $.ajax({
});
```

Scavenging caching
### Scavenging caching

```
$.ajax({
Expand All @@ -66,13 +66,13 @@ $.ajax({
});
```

Scavenging all caches
### Scavenging all caches

```
$.ajaxCache.clear();
```

Configuration
### Configuration

```
$.ajaxCache.set({
Expand Down
10 changes: 5 additions & 5 deletions README_CN.md
Expand Up @@ -22,7 +22,7 @@ https://github.com/tower1229/AJAX-Cache

## 使用

开启快照缓存
### 开启快照缓存

```
$.ajax({
Expand All @@ -39,7 +39,7 @@ $.ajax({
});
```

开启定时缓存
### 开启定时缓存

```
$.ajax({
Expand All @@ -52,7 +52,7 @@ $.ajax({
});
```

清除缓存
### 清除缓存

```
$.ajax({
Expand All @@ -66,13 +66,13 @@ $.ajax({
});
```

清除所有缓存
### 清除所有缓存

```
$.ajaxCache.clear();
```

配置
### 配置

```
$.ajaxCache.set({
Expand Down

0 comments on commit 0a046ff

Please sign in to comment.