Searched refs:wasEvicted (Results 1 - 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/cache/
H A DRemovalCause.java40 boolean wasEvicted() {
53 boolean wasEvicted() {
65 boolean wasEvicted() {
76 boolean wasEvicted() {
87 boolean wasEvicted() {
96 abstract boolean wasEvicted(); method in class:RemovalCause
H A DRemovalNotification.java62 public boolean wasEvicted() { method in class:RemovalNotification
63 return cause.wasEvicted();
H A DLocalCache.java2674 if (cause.wasEvicted()) {
/external/guava/guava/src/com/google/common/collect/
H A DMapMaker.java763 public boolean wasEvicted() { method in class:MapMaker.RemovalNotification
764 return cause.wasEvicted();
778 boolean wasEvicted() {
791 boolean wasEvicted() {
803 boolean wasEvicted() {
814 boolean wasEvicted() {
825 boolean wasEvicted() {
834 abstract boolean wasEvicted(); method in class:MapMaker.RemovalCause
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheExpirationTest.java181 if (notification.wasEvicted()) {

Completed in 287 milliseconds